On 24Nov2015 16:25, Cameron Simpson <[email protected]> wrote:
Completely untested example code:class ReturnEvent: def __init__(self): self.event = Event()
With, of course:
def wait(self):
return self.event.wait()
Cheers,
Cameron Simpson <[email protected]>
Maintainer's Motto: If we can't fix it, it ain't broke.
--
https://mail.python.org/mailman/listinfo/python-list
