Changeset 388 for python/vendor/current/Demo/threads
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Demo/threads/sync.py
r2 r388 266 266 # are allowed to proceed only if the current thread calls 267 267 # .read_out; threads waiting to read are only allowed to proceed 268 # if there are areno threads waiting to write. (This is a268 # if there are no threads waiting to write. (This is a 269 269 # weakness of the interface!) 270 270
Note:
See TracChangeset
for help on using the changeset viewer.