Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this library be used inside a Node.js native module? #3

Open
zcbenz opened this issue Aug 16, 2024 · 0 comments
Open

Can this library be used inside a Node.js native module? #3

zcbenz opened this issue Aug 16, 2024 · 0 comments

Comments

@zcbenz
Copy link

zcbenz commented Aug 16, 2024

I'm working on a TypeScript to C++ compiler, it has 2 planned features:

  1. translate async/await to co_await in C++;
  2. build C++ code as Node.js native module.

Your library seems a perfect match to implement the runtime layer, but I wonder whether it works when the APIs are called in an existing uv loop owned by other module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant