0.1.0 • Published 10 years ago

bloody-immediate v0.1.0

Weekly downloads
3
License
-
Repository
-
Last release
10 years ago

immediate

browser support

Install

$ npm install bloody-immediate

Require

var immediate = require("bloody-immediate")
// or 
define(["immediate"], function(immediate){  })
// or 
window.immediate

API

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.