real-value-channel-arrayqueue
v0.1.0
Published
A library providing a communication channel via an array queue
Downloads
2
Readme
Real-Value-Channel-ArrayQueue Library
An implemententation of channel using an array queue.
This is a very simple queue implementation only used to validate channel functionality.
How to use
The goal of this functionality is to support the following type of expression
model.from([1,2,3]).toChannel('production)
model.fromChannel('production').log()
Install
npm install real-value-channel-arrayqueue