Hi,

I'm  new to libuv and I'd like to use libuv's work queue feature in a project. 
Though I read, that uv_queue_work isn't thread safe and I'm unsure what that 
exactly means. 

I'd like to use the libuv worker thread implementation from several different 
threads, of course all of them with their own unique event loops. So 
uv_work_queue() might be called in parallel by different threads. It's this 
possible? Do I have to serialize probably parallel calls to uv_queue_work (f.e. 
by mutexes)? Or do I have to implement the whole queue/thread pool stuff in a 
thread safe manner by my own?

Best regard
George Spelvin

-- 
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 http://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to