commit | ca42b72647cf9c762452bbefdfa8ce71d7c64226 | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nex342@gmail.com> | Thu Mar 10 21:22:51 2016 |
committer | Natalie Weizenbaum <nex342@gmail.com> | Thu Mar 10 21:22:51 2016 |
tree | 915eb8ce9d74e76a1eb787b0e5092379b510f714 | |
parent | 0842485ee2be1c62e276d0e988aedc525bf29181 [diff] | |
parent | 80eafca97131ad1e2db1080ec4a5a980ba85d8a4 [diff] |
Merge pull request #2 from srawlins/fix-unused-deps Fix unused imports
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 StreamChannel
s and with two-way communications in general. For documentation of these utilities, see the API docs.