stream_channel 1.0.1 copy "stream_channel: ^1.0.1" to clipboard
stream_channel: ^1.0.1 copied to clipboard

outdatedDart 1 only

An abstraction for two-way communication channels.

This package exposes the StreamChannel interface, which represents a two-way communication channel. Each StreamChannel exposes a Stream for receiving data and a StreamSink for sending it.

StreamChannel helps abstract communication logic away from the underlying protocol. For example, the test package re-uses its test suite communication protocol for both WebSocket connections to browser suites and Isolate connections to VM tests.

This package also contains utilities for dealing with StreamChannels and with two-way communications in general. For documentation of these utilities, see the API docs.

50
likes
0
pub points
100%
popularity

Publisher

verified publishertools.dart.cn

An abstraction for two-way communication channels.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, stack_trace

More

Packages that depend on stream_channel