Header menu logo BaboonAPI

CoroutineBuilder Type

Constructors

Constructor Description

CoroutineBuilder()

Full Usage: CoroutineBuilder()

Returns: CoroutineBuilder
Returns: CoroutineBuilder

Instance members

Instance member Description

this.Bind

Full Usage: this.Bind

Parameters:
Returns: YieldInstruction seq
src : YieldTask<'a>
binder : 'a -> YieldInstruction seq
Returns: YieldInstruction seq

this.Combine

Full Usage: this.Combine

Parameters:
Returns: YieldInstruction seq
a : YieldInstruction seq
b : YieldInstruction seq
Returns: YieldInstruction seq

this.Delay

Full Usage: this.Delay

Parameters:
Returns: YieldInstruction seq
binder : unit -> YieldInstruction seq
Returns: YieldInstruction seq

this.For

Full Usage: this.For

Parameters:
Returns: YieldInstruction seq
expr : 'a seq
binder : 'a -> YieldInstruction seq
Returns: YieldInstruction seq

this.Run

Full Usage: this.Run

Parameters:
Returns: IEnumerator<YieldInstruction>
result : YieldInstruction seq
Returns: IEnumerator<YieldInstruction>

this.Using

Full Usage: this.Using

Parameters:
Returns: YieldInstruction seq
expr : 'a
binder : 'a -> YieldInstruction seq
Returns: YieldInstruction seq

this.While

Full Usage: this.While

Parameters:
Returns: YieldInstruction seq
predicate : unit -> bool
body : YieldInstruction seq
Returns: YieldInstruction seq

this.Yield

Full Usage: this.Yield

Parameters:
Returns: YieldInstruction seq
yi : CustomYieldInstruction
Returns: YieldInstruction seq

this.Yield

Full Usage: this.Yield

Parameters:
Returns: YieldInstruction seq
yi : YieldInstruction
Returns: YieldInstruction seq

this.YieldFrom

Full Usage: this.YieldFrom

Parameters:
Returns: YieldInstruction seq
syi : YieldInstruction seq
Returns: YieldInstruction seq

this.Zero

Full Usage: this.Zero

Returns: YieldInstruction seq
Returns: YieldInstruction seq

Type something to start searching.