On 25/06/2012, at 18:28, Fedor Indutny wrote: > You should try using: > > uv_async_init(uv_default_loop(), &async_watcher, AsyncCallback); > uv_async_send(uv_default_loop(), &async_watcher); > > Cheers, > Fedor.
[x] DONE (thank you!) :-P What does replace ev_async_start(EV_DEFAULT_UC_ &thread->async_watcher); and ev_async_stop(EV_DEFAULT_UC_ &thread->async_watcher); ? Cheers, -- Jorge.