Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

process.nextTick instead of setTimeout #31

Merged
merged 1 commit into from May 21, 2012
Merged

process.nextTick instead of setTimeout #31

merged 1 commit into from May 21, 2012

Conversation

seriousManual
Copy link
Contributor

using process.nextTick if the underlying platform is node as it is more performant than setTimeout( callback, 0)

@vybs
Copy link
Contributor

vybs commented May 21, 2012

thanks, just read the same in the AsyncJavascript book

http://www.amazon.com/Async-JavaScript-ebook/dp/B007N81FE2/ref=sr_1_2?ie=UTF8&qid=1337618050&sr=8-2

vybs added a commit that referenced this pull request May 21, 2012
process.nextTick instead of setTimeout
@vybs vybs merged commit 4cdb119 into linkedin:master May 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants