Method | Description | |
---|---|---|
FiberFactory ( ) : System |
Initializes a new instance of the SpicyPixel.Threading.FiberFactory class.
|
|
FiberFactory ( |
Initializes a new instance of the SpicyPixel.Threading.FiberFactory class.
|
|
FiberFactory ( |
Initializes a new instance of the SpicyPixel.Threading.FiberFactory class.
|
|
FiberFactory ( FiberContinuationOptions continuationOptions ) : System |
Initializes a new instance of the SpicyPixel.Threading.FiberFactory class.
|
|
FiberFactory ( |
Initializes a new instance of the SpicyPixel.Threading.FiberFactory class.
|
|
StartNew ( System.Action action ) : |
Start executing a new fiber using the default scheduler on the thread.
|
|
StartNew ( System.Action action, |
Start executing a new fiber using the default scheduler on the thread.
|
|
StartNew ( System.Action action, |
Start executing a new fiber using the default scheduler on the thread.
|
|
StartNew ( System.Action action, |
Start executing a new fiber using the default scheduler on the thread.
|
|
StartNew ( Action |
Start executing a new fiber using the default scheduler on the thread.
|
|
StartNew ( Action |
Start executing a new fiber using the default scheduler on the thread.
|
|
StartNew ( Action |
Start executing a new fiber using the default scheduler on the thread.
|
|
StartNew ( Action |
Start executing a new fiber using the default scheduler on the thread.
|
|
StartNew ( Func |
Initializes a new instance of the SpicyPixel.Threading.Fiber class.
|
|
StartNew ( Func |
Initializes a new instance of the SpicyPixel.Threading.Fiber class.
|
|
StartNew ( Func |
Initializes a new instance of the SpicyPixel.Threading.Fiber class.
|
|
StartNew ( Func |
Initializes a new instance of the SpicyPixel.Threading.Fiber class.
|
|
StartNew ( FiberInstruction>.Func |
Initializes a new instance of the SpicyPixel.Threading.Fiber class.
|
|
StartNew ( FiberInstruction>.Func |
Initializes a new instance of the SpicyPixel.Threading.Fiber class.
|
|
StartNew ( FiberInstruction>.Func |
Initializes a new instance of the SpicyPixel.Threading.Fiber class.
|
|
StartNew ( FiberInstruction>.Func |
Initializes a new instance of the SpicyPixel.Threading.Fiber class.
|
|
StartNew ( IEnumerator coroutine ) : |
Start executing a new fiber using the default scheduler on the thread.
|
|
StartNew ( IEnumerator coroutine, |
Start executing a new fiber using the default scheduler on the thread.
|
|
StartNew ( IEnumerator coroutine, |
Start executing a new fiber using the specified scheduler.
|
|
StartNew ( IEnumerator coroutine, |
Start executing a new fiber using the specified scheduler.
|
Method | Description | |
---|---|---|
CheckContinuationOptions ( FiberContinuationOptions continuationOptions ) : void | ||
GetScheduler ( ) : |
public FiberFactory ( |
||
cancellationToken | Cancellation token. | |
return | System |
public FiberFactory ( |
||
cancellationToken | Cancellation token. | |
continuationOptions | FiberContinuationOptions | Continuation options. |
scheduler | Scheduler. | |
return | System |
public FiberFactory ( FiberContinuationOptions continuationOptions ) : System | ||
continuationOptions | FiberContinuationOptions | Continuation options. |
return | System |
public FiberFactory ( |
||
scheduler | Scheduler. | |
return | System |
public StartNew ( System.Action action ) : |
||
action | System.Action | /// A non-blocking action to execute on the fiber. /// |
return |
public StartNew ( System.Action action, |
||
action | System.Action | /// A non-blocking action to execute on the fiber. /// |
cancellationToken | Cancellation token. | |
return |
public StartNew ( System.Action action, |
||
action | System.Action | /// A non-blocking action to execute on the fiber. /// |
cancellationToken | Cancellation token. | |
scheduler | /// A scheduler to execute the fiber on. /// | |
return |
public StartNew ( System.Action action, |
||
action | System.Action | /// A non-blocking action to execute on the fiber. /// |
scheduler | /// A scheduler to execute the fiber on. /// | |
return |
public StartNew ( Action | ||
action | Action | /// A non-blocking action to execute on the fiber. /// |
state | object | /// State to pass to the action. /// |
return |
public StartNew ( Action | ||
action | Action | /// A non-blocking action to execute on the fiber. /// |
state | object | /// State to pass to the action. /// |
cancellationToken | Cancellation token. | |
return |
public StartNew ( Action | ||
action | Action | /// A non-blocking action to execute on the fiber. /// |
state | object | /// State to pass to the action. /// |
cancellationToken | Cancellation token. | |
scheduler | /// A scheduler to execute the fiber on. /// | |
return |
public StartNew ( Action | ||
action | Action | /// A non-blocking action to execute on the fiber. /// |
state | object | /// State to pass to the action. /// |
scheduler | /// A scheduler to execute the fiber on. /// | |
return |
public StartNew ( Func |
||
func | Func |
/// A non-blocking function that returns a |
return |
public StartNew ( Func |
||
func | Func |
/// A non-blocking function that returns a |
cancellationToken | Cancellation token. | |
return |
public StartNew ( Func |
||
func | Func |
/// A non-blocking function that returns a |
cancellationToken | Cancellation token. | |
scheduler | /// A scheduler to execute the fiber on. /// | |
return |
public StartNew ( Func |
||
func | Func |
/// A non-blocking function that returns a |
scheduler | /// A scheduler to execute the fiber on. /// | |
return |
public StartNew ( FiberInstruction>.Func | ||
func | FiberInstruction>.Func |
/// A non-blocking function that returns a |
state | object | /// State to pass to the function. /// |
return |
public StartNew ( FiberInstruction>.Func | ||
func | FiberInstruction>.Func |
/// A non-blocking function that returns a |
state | object | /// State to pass to the function. /// |
cancellationToken | Cancellation token. | |
return |
public StartNew ( FiberInstruction>.Func | ||
func | FiberInstruction>.Func |
/// A non-blocking function that returns a |
state | object | /// State to pass to the function. /// |
cancellationToken | Cancellation token. | |
scheduler | /// A scheduler to execute the fiber on. /// | |
return |
public StartNew ( FiberInstruction>.Func | ||
func | FiberInstruction>.Func |
/// A non-blocking function that returns a |
state | object | /// State to pass to the function. /// |
scheduler | /// A scheduler to execute the fiber on. /// | |
return |
public StartNew ( IEnumerator coroutine ) : |
||
coroutine | IEnumerator | /// A couroutine to execute on the fiber. /// |
return |
public StartNew ( IEnumerator coroutine, |
||
coroutine | IEnumerator | /// A couroutine to execute on the fiber. /// |
cancellationToken | Cancellation token. | |
return |
public StartNew ( IEnumerator coroutine, |
||
coroutine | IEnumerator | /// A couroutine to execute on the fiber. /// |
cancellationToken | Cancellation token. | |
scheduler | /// A scheduler to execute the fiber on. /// | |
return |
public StartNew ( IEnumerator coroutine, |
||
coroutine | IEnumerator | /// A couroutine to execute on the fiber. /// |
scheduler | /// A scheduler to execute the fiber on. /// | |
return |