bloody-immediate
v0.1.0
Published
[](https://ci.testling.com/bloodyowl/immediate)
Readme
immediate
Install
$ npm install bloody-immediateRequire
var immediate = require("bloody-immediate")
// or
define(["immediate"], function(immediate){ })
// or
window.immediateAPI
immediate.call(fn[, args …]) -> id
Calls fn asynchronously with args… as arguments.
fn must be a function, no string is accepted.
immediate.cancel(id)
Cancels the given immediate call.

