loop.
add_reader
(fd, callback, *args)
loop.
add_reader
(fd, callback, *args)Start monitoring the fd file descriptor for read availability and invoke callback with the specified arguments once fd is available for reading.
Related Reading
loop.
add_reader
(fd, callback, *args)Start monitoring the fd file descriptor for read availability and invoke callback with the specified arguments once fd is available for reading.
Related Reading
Except as otherwise noted, the content of this page is licensed under the CC BY 4.0.
Reward