UNPKG

rafa

Version:

Rafa.js is a Javascript framework for building concurrent applications.

11 lines (8 loc) 187 B
Create a new channel. <aside> ```js // Rafa.channel(capacity: Int, action: String): Channel var channel = Rafa.channel(20) // create a channel with a buffer capacity of 20 ``` </aside>