2014-04-01 15:51 GMT+04:00 utku genç <[email protected]>: > > libuv has a convenience function for using possible blocking library > operations with event-loop paradigm*. What, do you think, is the best way > to implement such functionality for libev? >
Probably best way is to use libeio [1]. Complete example of libev integration is available in the documentation [2]. [1] http://software.schmorp.de/pkg/libeio.html [2] http://pod.tst.eu/http://cvs.schmorp.de/libeio/eio.pod#INITIALISATION_INTEGRATION -- Regards, Konstantin
_______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
