Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Commit

Permalink
006: AsyncHooks public API proposal
Browse files Browse the repository at this point in the history
After much investigation and communication this is the API for
AsyncHooks that has evolved. Meant to be minimal, not impose any
performance penalty to core when not being used, and minimal impact when
it is used, this should serve public needs that have been expressed over
the last two years.

PR-URL: #18
Reviewed-By: Fedor Indutny <[email protected]>
Reviewed-By: Jeremiah Senkpiel <[email protected]>
  • Loading branch information
trevnorris committed Jan 27, 2017
1 parent 735b776 commit 523e9aa
Show file tree
Hide file tree
Showing 2 changed files with 877 additions and 0 deletions.
1 change: 1 addition & 0 deletions 000-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
* [ES6 Module Interoperability](002-es6-modules.md)
* [WHATWG URL API](003-url.md)
* [Port core to uv_link_t](004-uv_link_t.md)
* [AsyncHooks API](006-asynchooks-api.md)
Loading

0 comments on commit 523e9aa

Please sign in to comment.