0.1.0 • Published 12 years ago
bloody-immediate v0.1.0
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.
0.1.0
12 years ago
