akka/akka-core

Sink with resource management

オープン

#21,526 opened on 2016/09/22

 (12 件のコメント) (1 件のリアクション) (0 人の担当者)Scala (3,547 件のフォーク)batch import
1 - triagedhelp wantedt:stream

Repository metrics

Stars
 (13,277 個のスター)
PR merge metrics
 (平均マージ 8d 19h) (30d で 10 merged PRs)

説明

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().

コントリビューターガイド