akka/akka-core

Sink with resource management

Aperta

#21.526 aperta il 22 set 2016

 (12 commenti) (1 reazione) (0 assegnatari)Scala (3547 fork)batch import
1 - triagedhelp wantedt:stream

Metriche repository

Star
 (13.277 stelle)
Metriche merge PR
 (Merge medio 8g 19h) (10 PR mergiate in 30 g)

Descrizione

Source has unfoldResource() and unfoldResourceAsync(). It does open a resource, read and close. It would be useful if Sink had a similar method, which does open, write and close. It may be named as Sink.foreachResource().

Guida contributor