2016-01-02 3:25 GMT+01:00 杜如意 <[email protected]>: > it sound like the common server model, not libuv async model. > > but you can create thread use uv_thread_create, if it just a small task you > also can use uv_walk to hold it.
Exactly. I did that in the past: https://github.com/ibc/mediasoup/blob/eb1115e933fa5f49d0db3aca831104ab87baa10b/src/MediaSoup.cpp -- Iñaki Baz Castillo <[email protected]> -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
