IRON  1.0
Public Member Functions | Private Attributes | List of all members
iron.runtime.task.RuntimeStartTask Class Reference
Inheritance diagram for iron.runtime.task.RuntimeStartTask:
Inheritance graph
[legend]
Collaboration diagram for iron.runtime.task.RuntimeStartTask:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, Worker worker, RuntimeTaskGroup|None task_group=None)
 
Worker worker (self)
 
- Public Member Functions inherited from iron.runtime.task.RuntimeTask
def __init__ (self, RuntimeTaskGroup|None task_group=None)
 
RuntimeTaskGroup|None task_group (self)
 
None resolve (self, ir.Location|None loc=None, ir.InsertionPoint|None ip=None)
 

Private Attributes

 _worker
 

Detailed Description

A StartTask is a placeholder to indicated that a Worker should be started

Constructor & Destructor Documentation

◆ __init__()

def iron.runtime.task.RuntimeStartTask.__init__ (   self,
Worker  worker,
RuntimeTaskGroup | None   task_group = None 
)

Member Function Documentation

◆ worker()

Worker iron.runtime.task.RuntimeStartTask.worker (   self)
The worker associated with this RuntimeStartTask

Member Data Documentation

◆ _worker

iron.runtime.task.RuntimeStartTask._worker
private

The documentation for this class was generated from the following file: