commit | a22b40725659c982497956df5880a083d6ce6c9f | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Thu Jan 28 21:04:12 2016 |
committer | Natalie Weizenbaum <nweiz@google.com> | Thu Jan 28 21:04:12 2016 |
tree | c45f307300012907250dfcebea5385b2387a5f45 | |
parent | 5d86c82544cd96ded2b13bf32e29513113276e2e [diff] |
Release version 1.0.0. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1647983003 .
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.