Files
scylladb/core
Avi Kivity af1c015526 core: add stream/subscription abstraction
The future/promise pair is for single-shot use only, which makes it
less useful for repetitive processing.

Add a stream/subscription abstraction, where a stream can produce data
which is repetitively consumed by the subscription.  End-or-stream (or
error condition) is provided by a future.

Inspired by Dart's Stream class.
2014-09-22 11:25:54 +03:00
..
2014-09-16 18:48:14 +03:00
2014-09-22 11:25:54 +03:00
2014-09-08 15:23:59 +03:00
2014-09-10 13:44:46 +03:00
2014-09-14 15:57:39 +03:00
2014-09-01 13:01:06 +03:00