| SinkTIn, TMatAsync Method |
Put an asynchronous boundary around this Sink.
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Sink<TIn, TMat> Async()
member Async : unit -> Sink<'TIn, 'TMat>
Return Value
Type:
SinkTIn,
TMatTBD
See Also