Skip to content

azer/node-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go (a.k.a just-next-tick)

Cross-platform next-tick with fallback to setTimeout.

Install

$ npm install go # or npm install just-next-tick

Usage

var go = require('go')

go(function () {
  console.log('world')
})

console.log('hello')

// hello
// world

About

with fallback to setImmediate and setTimeout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages