[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [Libevent-users] is libevent2 threadsafe in windows?



thanks

2011/3/31 MichaÅ KrÃl <mharnen@xxxxxxxxx>
In libevent2 you can use events bases which are threads safe. For example to dispatch use
int event_base_dispatch ( struct event_base *Â
Â)Â

which is thread safe.



2011/3/31 èæ <jaxecn@xxxxxxxxx>
As captioned,in libevent2, for example,event_add or event_dispatch and so on,areÂtheyÂthread safe?canÂÂÂI use them safe in different threads ?