You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a TypeScript to C++ compiler, it has 2 planned features:
translate async/await to co_await in C++;
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.
The text was updated successfully, but these errors were encountered:
I'm working on a TypeScript to C++ compiler, it has 2 planned features:
async/await
toco_await
in C++;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.
The text was updated successfully, but these errors were encountered: