On Thu, Apr 9, 2020 at 10:38 AM Reza Mahdi <[email protected]> wrote: > > Hi. > I want to know that is it possible to call uv_read_start or something like > that in a thread other that one with runs uv_run?
No, it's not possible. Libuv functions aren't thread-safe unless the documentation explicitly mentions otherwise. -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/libuv/CAHQurc_nQOo6X8WgakSEwE-Ubji%3DmztYix6k3RBNYN%3DC4PD9jw%40mail.gmail.com.
