IRON 1.0
|
Public Member Functions | |
__init__ (self, RuntimeTaskGroup task_group) | |
Public Member Functions inherited from iron.runtime.task.RuntimeTask | |
RuntimeTaskGroup|None | task_group (self) |
None | resolve (self, ir.Location|None loc=None, ir.InsertionPoint|None ip=None) |
Additional Inherited Members | |
Protected Attributes inherited from iron.runtime.task.RuntimeTask | |
_task_group | |
A Task indicating the task_group should be finished(), which generally means it's tasks should be waited on and freed.
iron.runtime.task.FinishTaskGroupTask.__init__ | ( | self, | |
RuntimeTaskGroup | task_group | ||
) |
Construct a RuntimeTask. It may be associated with a RuntimeTaskGroup. Args: task_group (RuntimeTaskGroup | None, optional): The TaskGroup associated with this task. Defaults to None.
Reimplemented from iron.runtime.task.RuntimeTask.