TaskWorkerCommandStream<'FnCtx, 'GlCtx> Type
Stream of commands consumed by task workers.
Constructors
| Constructor |
Description
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Close
|
Stop receiving nor producing commands. |
|
Post a command to the stream.
|
Full Usage:
this.Receive
Parameters:
CancellationToken
Returns: Task<TaskWorkerCommandStatus<'FnCtx, 'GlCtx>>
|
Receive a command from the stream.
|
B2R2