async
library
Classes
-
CountdownTimer
-
A simple countdown timer that fires events in regular increments until a
duration has passed.
-
FutureStream<T>
-
A Stream that will emit the same values as the stream returned by
future
once future
completes.
-
Metronome
-
A stream of DateTime events at intervals centered on anchor.
-
StreamBuffer<T>
-
Allow orderly reading of elements from a datastream, such as Socket, which
might not receive
List<int>
bytes regular chunks.
-
StreamRouter<T>
-
Splits a Stream of events into multiple Streams based on a set of
predicates.
Exceptions / Errors
-
UnderflowError
-
Underflow errors happen when the socket feeding a buffer is finished while
there are still blocked readers. Each reader will complete with this error.