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

Commit

Permalink
Add note about AsyncWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdawson committed Oct 4, 2016
1 parent 81bf4df commit 0076c7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 00X-ABI-Stable-Module-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ possible on what some of the C++ wrapper might include. Its not as far along
as the C API as we've only added things that were needed in porting the
modules we've worked on so far. In the end we expect a more complete set.

Some of the more complete parts like AsyncWorker will quite likely end up outside
the scope of the ABI stable API itself, and be in a separate component.
For example they may end up part of a version of NaN that supports the new API.

```C++
class HandleScope {
public:
Expand Down

0 comments on commit 0076c7d

Please sign in to comment.