CoroutineBuilder Type
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description |
Full Usage:
this.Bind
Parameters:
YieldTask<'a>
binder : 'a -> YieldInstruction seq
Returns: YieldInstruction seq
|
|
Full Usage:
this.Combine
Parameters:
YieldInstruction seq
b : YieldInstruction seq
Returns: YieldInstruction seq
|
|
Full Usage:
this.Delay
Parameters:
unit -> YieldInstruction seq
Returns: YieldInstruction seq
|
|
Full Usage:
this.For
Parameters:
'a seq
binder : 'a -> YieldInstruction seq
Returns: YieldInstruction seq
|
|
Full Usage:
this.Run
Parameters:
YieldInstruction seq
Returns: IEnumerator<YieldInstruction>
|
|
Full Usage:
this.Using
Parameters:
'a
binder : 'a -> YieldInstruction seq
Returns: YieldInstruction seq
|
|
Full Usage:
this.While
Parameters:
unit -> bool
body : YieldInstruction seq
Returns: YieldInstruction seq
|
|
|
|
|
|
|
|
|
|