Message191126
I have a `Future` and I want to check whether it's in finished state. It seems like I don't have a method to do that, right? (I could emulate the existing methods for checking Future state, but that would mean fiddling with private variables.)
Why not just expose the Future state in a property that automatically acquires `self._condition`? (Instead of a horde of methods.) |
|
Date |
User |
Action |
Args |
2013-06-14 13:25:45 | cool-RR | set | recipients:
+ cool-RR |
2013-06-14 13:25:45 | cool-RR | set | messageid: <1371216345.77.0.119966223843.issue18212@psf.upfronthosting.co.za> |
2013-06-14 13:25:45 | cool-RR | link | issue18212 messages |
2013-06-14 13:25:45 | cool-RR | create | |
|