kowa-timers

0.0.2 • Public • Published

Kowa timers

Kowa timers: asynchronous performance and synchronous simplicity

Install

npm install kowa-timers

Example

var Kowa = require('kowa');
var KowaTimers = require('kowa-timers');

Kowa.spawn(function* () {
  try {
    yield KowaTimers.setTimeout(1000);
	
	
  } catch (e) {
    console.log(e);
  }
});

License

Apache License 2.0

Package Sidebar

Install

npm i kowa-timers

Weekly Downloads

1

Version

0.0.2

License

APL 2.0

Last publish

Collaborators

  • qays09