On Thu, Feb 26, 2009 at 3:47 PM, Gabriel Genellina
wrote:
>> I'm looking for a function in the standard library or pywin32 package
>> that will block until a certain condition is met or it is interrupted
>> by Ctrl-C. For example, time.sleep() would have been perfect for my
>> needs if thread.inte
You can hook the it on the main thread and just pass it. And let the threads
execute.
On Thu, Feb 26, 2009 at 10:47 PM, Gabriel Genellina
wrote:
> En Thu, 26 Feb 2009 16:17:42 -0200, Maxim Khitrov
> escribió:
>
>
> I'm looking for a function in the standard library or pywin32 package
>> that wi
En Thu, 26 Feb 2009 16:17:42 -0200, Maxim Khitrov
escribió:
I'm looking for a function in the standard library or pywin32 package
that will block until a certain condition is met or it is interrupted
by Ctrl-C. For example, time.sleep() would have been perfect for my
needs if thread.interrupt
Greetings,
I'm looking for a function in the standard library or pywin32 package
that will block until a certain condition is met or it is interrupted
by Ctrl-C. For example, time.sleep() would have been perfect for my
needs if thread.interrupt_main() could interrupt the call from another
thread i