Agent<'Msg> Type
The agent for processing messages based on the TPL Dataflow.
Instance members
Instance member | Description |
Full Usage:
this.Post
Parameters:
'Msg
|
|
Full Usage:
this.PostAndReply
Parameters:
CancellationTokenSource -> AgentReplyChannel<'a> -> 'Msg
Returns: 'a
|
|
|
Static members
Static member | Description |
Full Usage:
Agent.Start(taskFn, token)
Parameters:
IAgentMessageReceivable<'Msg> -> unit
token : CancellationToken
Returns: Agent<'Msg>
|