libeio: discrepancy between the manual and the code
Konstantin Osipov
kostja at tarantool.org
Thu Jan 31 15:10:33 CET 2013
* Marc Lehmann <schmorp at schmorp.de> [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
More information about the libev
mailing list