The mutex module has been handled.

This commit is contained in:
Brett Cannon 2008-05-08 19:28:11 +00:00
parent 6fcfd6b0f0
commit 755b55ed10
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ small audience or lack of adherence to more modern standards.
+ Undocumented.
+ Never updated to support absolute imports.
* mutex
* mutex [done: 2.6, 3.0]
+ Easy to implement using a semaphore and a queue.
+ Cannot block on a lock attempt.