0.1.0 • Published 5 years ago

real-value-channel-arrayqueue v0.1.0

Weekly downloads
4
License
MIT
Repository
gitlab
Last release
5 years ago

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