Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
1st
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 16, 2011
0 parents commit aa4800c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
@@ -0,0 +1,7 @@
Want to prevent accidentally calling sync functions?

`require("nosync")` will clog that drain for you, by making all sync
functions throw after the next tick.

This still allows you to do whatever you need to in the setup phase of
your program, where synchronous IO is a good thing.

0 comments on commit aa4800c

Please sign in to comment.