★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/2a98b9cf2fNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
doc: add "tick" function name and argument description
Backport-PR-URL: #23780
PR-URL: #23551
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
arur authored and MylesBorins committed May 16, 2019
1 parent 4733a56 commit 2a98b9cf2f854ea39f229c02063903f6ca9afa3e
Showing with 5 additions and 0 deletions.
  1. +5 −0 test/common/README.md
@@ -750,6 +750,11 @@ should not be in scope when `listener.ongc()` is created.
The `tick` module provides a helper function that can be used to call a callback
after a given number of event loop "ticks".

### tick(x, cb)

* `x` [&lt;number>] Number of event loop "ticks".
* `cb` [&lt;Function>] A callback function.

## tmpdir Module

The `tmpdir` module supports the use of a temporary directory for testing.

0 comments on commit 2a98b9c

Please sign in to comment.