Skip to content

with fallback to setImmediate and setTimeout

Notifications You must be signed in to change notification settings

kevireilly/just-next-tick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

just-next-tick

Cross-platform next-tick with fallback to setTimeout.

Install

$ npm install just-next-tick

Usage

nextTick = require('just-next-tick')

nextTick(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

No packages published