pmed / v8pp

Bind C++ functions and classes into V8 JavaScript engine
http://pmed.github.io/v8pp/
Other
905 stars 120 forks source link

do you plan to support async module? #9

Closed gotomypc closed 9 years ago

gotomypc commented 9 years ago

do you plan to use uv_queue_work etc to support async event addon?

pmed commented 9 years ago

No, I don't have such plans. I think it is out of the library scope.

In one Node.js addon I use 8pp and libuv (uv_async_t* handle to pass data from a worker thread into the Node.js main thread) without any issues.