When ìnvoke-ing tasks inside a task (for the sake of sub-tasking), delay the execution (pass around the task descriptions). This'll make it easier to detect the delegated task, and is important for removing the need for delegate=True during subtasking.
When
ìnvoke-ing tasks inside a task (for the sake of sub-tasking), delay the execution (pass around the task descriptions). This'll make it easier to detect the delegated task, and is important for removing the need fordelegate=Trueduring subtasking.