node.jslibuv

Can I do custom events with libuv?


I'm looking to try out libuv, but I need to be able to send events from my networking thread to my main thread. I'm guessing libuv would have custom events to handle this sort of thing but I can't find them.

Any ideas? Thanks!


Solution

  • You can send them using uv_async_send:

    Reference: https://docs.libuv.org/en/v1.x/guide/threads.html