Click or drag to resize
Akka.NETISinkQueueT Methods

The ISinkQueueT generic type exposes the following members.

Methods
  NameDescription
Public methodPullAsync
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.

Top
See Also