On 24Nov2015 16:25, Cameron Simpson <c...@zip.com.au> 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 <c...@zip.com.au> Maintainer's Motto: If we can't fix it, it ain't broke. -- https://mail.python.org/mailman/listinfo/python-list