[eio] where do the callbacks come from?

2008-08-30 Thread ryan dahl
Hi Marc, Are the eio_cb callbacks made during eio_poll() or from the worker threads? ry ___ libev mailing list libev@lists.schmorp.de http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Re: [eio] where do the callbacks come from?

2008-08-31 Thread Marc Lehmann
On Sat, Aug 30, 2008 at 01:09:54PM +0200, ryan dahl <[EMAIL PROTECTED]> wrote: > Are the eio_cb callbacks made during eio_poll() or from the worker threads? Always from eio_poll, i.e. always synchronous to whatever thread calls eio_poll. It should also be permissible to call eio_poll concurrently