readable()
Called each time around the asynchronous loop to determine whether a channel’s socket should be added to the list on which read events can occur. The default method simply returns True
, indicating that by default, all channels will be interested in read events.
Please login to continue.