开发者

python.select, sending lists as arguments

开发者 https://www.devze.com 2023-02-28 14:08 出处:网络
r=select([f,s],[],[])[0][0]. Does this mean wait until the file pointed to by 开发者_如何学编程f AND s is ready for readiing or f OR s is ready for reading?The latter, although both may be returned if

r=select([f,s],[],[])[0][0].

Does this mean wait until the file pointed to by 开发者_如何学编程f AND s is ready for readiing or f OR s is ready for reading?


The latter, although both may be returned if they're both ready for reading.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号