Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-02-27 18:32:23 +0300
committerRich Trott <rtrott@gmail.com>2017-03-02 06:07:27 +0300
commitc76f737ebc945c59e602b810381136bede427cd3 (patch)
treedf18f142620ffd7140422fff141de2ba6f8f20fc /doc/api/timers.md
parent77249adf84275dc54a0c1192b891e5522cd4181c (diff)
timers: unlock the timers API
Change the Stability Index on timers from Locked to Stable. Note that this is not intended to encourage changes to the timers API, but to allow it when its useful for Node.js (as has happened in violation of the documented stability level), and possibly to simplify the stability levels by removing Locked altogether. PR-URL: https://github.com/nodejs/node/pull/11580 Ref: https://github.com/nodejs/node/issues/11200 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/timers.md')
-rw-r--r--doc/api/timers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/timers.md b/doc/api/timers.md
index 75d6a36737b..09c43bfeaa3 100644
--- a/doc/api/timers.md
+++ b/doc/api/timers.md
@@ -1,6 +1,6 @@
# Timers
-> Stability: 3 - Locked
+> Stability: 2 - Stable
The `timer` module exposes a global API for scheduling functions to
be called at some future period of time. Because the timer functions are