From 630ba9983111be65ddad2860a9706d66a5401bc8 Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Sat, 2 Jul 2016 11:27:17 +1000 Subject: [PATCH 1/2] Timers is documented fixes #76 --- ROADMAP.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 1896d2d..5702dbb 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -147,7 +147,6 @@ if they need help. * Syscall documentation, to be used primarily by FS, but throughout the codebase. * Internal: Node.js Architecture — **@eljefedelrodeodeljefe** [#71](https://github.com/nodejs/docs/issues/71) * Internal: Initialization process — **@thealphanerd** [#73](https://github.com/nodejs/docs/issues/73) - * Internal: Timers — **@ryanmurakami** [#76](https://github.com/nodejs/docs/issues/76) * Internal: Event loop — **@DavidTPate** [#74](https://github.com/nodejs/docs/issues/74) * Internal: Signals * Internal: Docs WG Process — **@chrisdickinson** From 2e00d942f39d2546fb844147254e4e99f766ddeb Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Sat, 2 Jul 2016 12:07:14 +1000 Subject: [PATCH 2/2] remove event loop As per https://github.com/nodejs/docs/issues/76#issuecomment-230076893 --- ROADMAP.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 5702dbb..ee5fce3 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -147,7 +147,6 @@ if they need help. * Syscall documentation, to be used primarily by FS, but throughout the codebase. * Internal: Node.js Architecture — **@eljefedelrodeodeljefe** [#71](https://github.com/nodejs/docs/issues/71) * Internal: Initialization process — **@thealphanerd** [#73](https://github.com/nodejs/docs/issues/73) - * Internal: Event loop — **@DavidTPate** [#74](https://github.com/nodejs/docs/issues/74) * Internal: Signals * Internal: Docs WG Process — **@chrisdickinson** * Guides: