nex3 / stream_channel

An abstraction for two-way communication channels.

Home Page:https://pub.dev/packages/stream_channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dart CI pub package package publisher

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.

About

An abstraction for two-way communication channels.

https://pub.dev/packages/stream_channel

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%