Cancelable streams (original) (raw)
Brian Goetz brian.goetz at oracle.com
Sun Nov 4 20:13:18 PST 2012
- Previous message: Cancelable streams
- Next message: Cancelable streams
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In essence I think you want to insert a "gate" operation into the pipeline - while the gate is open elements can be read from the stream, but when it is closed they can not. The question then becomes how you control the gate, either from within the pipeline (predicate based) or externally (time-trigerred callback).
Yes, that is exactly what I am suggesting. Plus, the ability to query the gate to determine whether the pipeline finished because it was out of elements, or because the gate was manually closed.
- Previous message: Cancelable streams
- Next message: Cancelable streams
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the lambda-libs-spec-observers mailing list