On Thu, Apr 9, 2020 at 10:38 AM Reza Mahdi <
rezam...@gmail.com> 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.