Showing 81-83 of 83 packages
Abstract model layer
async function copier() { let ip; while ((ip = await this.input('IN').receive()) !== null) { await this.output('OUT').send(ip); } }
utils for node.js