asyncy
v0.0.6
Published
The Asyncy node module. Helpers library to interact with the asyncy ecosystem
Downloads
6
Readme
Push Events To Asyncy in Node
const asyncy = require('asyncy');
let output = asyncy.runSync(...); // synchronous
// or
let output = await asyncy.runAsyncy(...) // asynchronous