typesafehub / akka-contrib-extra

ConductR Akka contributions
Other
9 stars 16 forks source link

Stream closer #27

Closed huntc closed 9 years ago

huntc commented 9 years ago

An actor has been introduced that will ensure a stream is closed if its parent is told to stop. Any other thread blocking on a read (for example) for the same stream should be unblocked by this action.

Fixes #24 and replaces #26