Message120126
| Author | kristjan.jonsson |
|---|---|
| Recipients | georg.brandl, kristjan.jonsson |
| Date | 2010-11-01.13:54:11 |
| SpamBayes Score | 0.0011781836 |
| Marked as misclassified | No |
| Message-id | <1288619653.62.0.00608557304492.issue10260@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The wait_for() method is basically a distillation of the Semaphore.acquire() method, which tries to intelligently handle a non-trivial timeout. With this method it is now possible to simplify Semaphore.acquire, although I didn't want to do so in this patch to keep its scope smaller. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-11-01 13:54:13 | kristjan.jonsson | set | recipients: + kristjan.jonsson, georg.brandl |
| 2010-11-01 13:54:13 | kristjan.jonsson | set | messageid: <1288619653.62.0.00608557304492.issue10260@psf.upfronthosting.co.za> |
| 2010-11-01 13:54:12 | kristjan.jonsson | link | issue10260 messages |
| 2010-11-01 13:54:12 | kristjan.jonsson | create | |