Closed gotomypc closed 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.
do you plan to use uv_queue_work etc to support async event addon?