Property | Type | Description | |
---|---|---|---|
InternalAction | void |
Method | Description | |
---|---|---|
YieldableTask ( FiberInstruction instruction ) : System |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( FiberInstruction instruction, |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( FiberInstruction instruction, |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( FiberInstruction instruction, TaskCreationOptions creationOptions ) : System |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( Func |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( Func |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( Func |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( Func |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( FiberInstruction>.Func |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( FiberInstruction>.Func |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( FiberInstruction>.Func |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( FiberInstruction>.Func |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( IEnumerator coroutine ) : System |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( IEnumerator coroutine, |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( IEnumerator coroutine, |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
|
YieldableTask ( IEnumerator coroutine, TaskCreationOptions creationOptions ) : System |
Initializes a new instance of the SpicyPixel.Threading.Tasks.YieldableTask class.
|
Method | Description | |
---|---|---|
InternalAction ( ) : void |
public YieldableTask ( FiberInstruction instruction ) : System | ||
instruction | FiberInstruction | /// The coroutine to execute. /// |
return | System |
public YieldableTask ( FiberInstruction instruction, |
||
instruction | FiberInstruction | /// The coroutine to execute. /// |
cancellationToken | /// Cancellation token. /// | |
return | System |
public YieldableTask ( FiberInstruction instruction, |
||
instruction | FiberInstruction | /// The instruction to execute. /// |
cancellationToken | /// Cancellation token. /// | |
creationOptions | TaskCreationOptions | /// Creation options. /// |
return | System |
public YieldableTask ( FiberInstruction instruction, TaskCreationOptions creationOptions ) : System | ||
instruction | FiberInstruction | /// The coroutine to execute. /// |
creationOptions | TaskCreationOptions | /// Creation options. /// |
return | System |
public YieldableTask ( Func |
||
coroutine | Func |
/// The coroutine to execute. /// |
return | System |
public YieldableTask ( Func |
||
coroutine | Func |
/// The coroutine to execute. /// |
cancellationToken | /// Cancellation token. /// | |
return | System |
public YieldableTask ( Func |
||
coroutine | Func |
/// The coroutine to execute. /// |
cancellationToken | /// Cancellation token. /// | |
creationOptions | TaskCreationOptions | /// Creation options. /// |
return | System |
public YieldableTask ( Func |
||
coroutine | Func |
/// The coroutine to execute. /// |
creationOptions | TaskCreationOptions | /// Creation options. /// |
return | System |
public YieldableTask ( FiberInstruction>.Func | ||
coroutine | FiberInstruction>.Func | /// The coroutine to execute. /// |
state | object | /// State to pass to the function. /// |
return | System |
public YieldableTask ( FiberInstruction>.Func | ||
coroutine | FiberInstruction>.Func | /// The coroutine to execute. /// |
state | object | /// State to pass to the function. /// |
cancellationToken | /// Cancellation token. /// | |
return | System |
public YieldableTask ( FiberInstruction>.Func | ||
coroutine | FiberInstruction>.Func | /// The coroutine to execute. /// |
state | object | /// State to pass to the function. /// |
cancellationToken | /// Cancellation token. /// | |
creationOptions | TaskCreationOptions | /// Creation options. /// |
return | System |
public YieldableTask ( FiberInstruction>.Func | ||
coroutine | FiberInstruction>.Func | /// The coroutine to execute. /// |
state | object | /// State to pass to the function. /// |
creationOptions | TaskCreationOptions | /// Creation options. /// |
return | System |
public YieldableTask ( IEnumerator coroutine ) : System | ||
coroutine | IEnumerator | /// The coroutine to execute. /// |
return | System |
public YieldableTask ( IEnumerator coroutine, |
||
coroutine | IEnumerator | /// The coroutine to execute. /// |
cancellationToken | /// Cancellation token. /// | |
return | System |
public YieldableTask ( IEnumerator coroutine, |
||
coroutine | IEnumerator | /// The coroutine to execute. /// |
cancellationToken | /// Cancellation token. /// | |
creationOptions | TaskCreationOptions | /// Creation options. /// |
return | System |
public YieldableTask ( IEnumerator coroutine, TaskCreationOptions creationOptions ) : System | ||
coroutine | IEnumerator | /// The coroutine to execute. /// |
creationOptions | TaskCreationOptions | /// Creation options. /// |
return | System |