in reply to AnyEvent trying to read from a file

http://search.cpan.org/~mlehmann/AnyEvent-7.13/lib/AnyEvent.pm#I/O_WATCHERS
" Note that only file handles pointing to things for which non-blocking operation makes sense are allowed. This includes sockets, most character devices, pipes, fifos and so on, but not for example files or block devices."

  • Comment on Re: AnyEvent trying to read from a file

Replies are listed 'Best First'.
Re^2: AnyEvent trying to read from a file
by wheelej (Initiate) on Mar 08, 2017 at 00:28 UTC
    Thank you for your reply. It makes sense, so back to the drawing board for me.