meanwhile

0.0.2 • Public • Published

NAME

meanwhile(3)

SYNOPSIS

Some setInterval sugar. A program keeps running, meanwhile a check is performed at a specified interval and if the resut is true, a callback gets called.

EXAMPLE

var meanwhile = require('meanwhile')
var x = false
 
meanwhile(
  function() { return x },
  function() { console.log('x is now true') }
)
 
= true

Readme

Keywords

none

Package Sidebar

Install

npm i meanwhile

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • hij1nx