Coroutines Module
Types
Type | Description |
Functions and values
Function or value | Description |
|
|
Full Usage:
awaitAsyncOperation binder op
Parameters:
'op -> 'r
op : 'op
Returns: YieldTask<'r>
|
|
|
|
|
|
Full Usage:
each runner task
Parameters:
'a -> unit
task : YieldTask<'a>
Returns: IEnumerator<YieldInstruction>
|
This function returns an IEnumerator that must be passed to Unity before the callback will run!
|
|
|
|