2013年12月20日
摘要: This article describes the Python threading synchronization mechanisms in details. We are going to study the following types: Lock, RLock, Semaphore, Condition, Event and Queue. Also, we are going to look at the Python internals behind those mechanisms.The source code of the programs below can be fo 阅读全文
posted @ 2013-12-20 15:55 一个人的天空@ 阅读(1393) 评论(0) 推荐(1) 编辑