ActionRunCoroutine Constructor (Func<Object, Task>) |
Initializes a new instance with the specified task producer.
Namespace:
TreeSharp
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic ActionRunCoroutine(
Func<Object, Task> taskProducer
)
Parameters
- taskProducer
- Type: System.Func<Object, Task>
A function that produces a task that is regarded as the root of a coroutine.
See Also