TransformNodeTState, TInputMessageLoopAsync Method

Repeatedly dequeues a message from Input0 and invokes ProcessSingleMessageAsync(TInput) on it.

Definition

Namespace: Quine.Graph
Assembly: Quine.Graph (in Quine.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
protected override Task MessageLoopAsync()

Return Value

Task

Exceptions

ChannelClosedException Signals "orderly" exit from the message loop, i.e., the input channel is empty an nothing more will be enqueued.

See Also