* Marc Lehmann <[email protected]> [13/01/31 18:00]: > Sorry, but this is obviously not true. While it actually started that way, > and my reply was to fix the discrepancy you pointed out (and tell you so),
As of today, the discrepancy is still not fixed. The manual here: http://pod.tst.eu/http://cvs.schmorp.de/libeio/eio.pod is still saying: --quote Even if cancelled, the finish callback will still be invoked --end quote eio.c http://cvs.schmorp.de/libeio/eio.c?view=markup is not changed either: #ifndef EIO_FINISH # define EIO_FINISH(req) ((req)->finish) && !EIO_CANCELLED (req) ? (req)->finish (req) : 0 #endif Link "File releases" at http://software.schmorp.de/pkg/libeio.html pointing at http://dist.schmorp.de/libeio/ is dead. -- http://tarantool.org - an efficient, extensible in-memory data store _______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
