Click or drag to resize
Akka.NETISinkQueueTPullAsync Method
Method pulls elements from stream and returns task that:

- fails if stream is finished

- completes with None in case if stream is completed after we got task

- completes with `Some(element)` in case next element is available from stream.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
Task<Option<T>> PullAsync()

Return Value

Type: TaskOptionT
TBD
See Also