asyncy

0.0.6 • Public • Published

Push Events To Asyncy in Node

const asyncy = require('asyncy');
let output = asyncy.runSync(...); // synchronous
// or
let output = await asyncy.runAsyncy(...) // asynchronous

Readme

Keywords

Package Sidebar

Install

npm i asyncy

Weekly Downloads

1

Version

0.0.6

License

none

Unpacked Size

764 B

Total Files

2

Last publish

Collaborators

  • judepereira
  • jeanbarriere
  • stevepeak
  • anywhichway