Skip to content

Commit

Permalink
Update defer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 27, 2018
1 parent 371a0cc commit ddbba66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/workflow/defer.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deferring by tick
# Deferring by a tick

[Timers](https://nodejs.org/en/docs/guides/timers-in-node/) are functions for executing code after a set period of time.

Expand All @@ -11,4 +11,4 @@ Although they are used in a homogeneous way, these functions work slightly diffe
- [process.nextTick](https://nodejs.org/api/process.html#process_process_nexttick_callback_args) is only in Node.js.
- [Promise#then](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/then) needs polyfills in places.

A simple and tiny library to ensure to use the fastest timer function available is [tickedoff](https://github.com/jamiebuilds/tickedoff).
A simple and tiny library to ensure to use the fastest timer function available is [tickedoff](https://github.com/jamiebuilds/tickedoff).

0 comments on commit ddbba66

Please sign in to comment.