摘要: class _SocketWaker(log.Logger, styles.Ephemeral): """ The I{self-pipe trick}, implemented using a pair of sockets rather than pipes (due to the lack of support in select() on Windows for pipes), used to wake up the main loop from another thread. """ disconnected = 0 def 阅读全文
posted @ 2014-01-07 23:20 画家与我 阅读(5982) 评论(0) 推荐(0) 编辑