On Oct 13, 12:38 pm, Jan Bakuwel <[EMAIL PROTECTED]>
wrote:
> Hoi all,
>
> I'm trying to write a little code that waits for a callback routine to
> be called, ideally with a timeout...
>
> I guess the code below is not right (using a boolean flag), but since
> I'm new to Python, I don't know yet wh
Hoi all,
I'm trying to write a little code that waits for a callback routine to
be called, ideally with a timeout...
I guess the code below is not right (using a boolean flag), but since
I'm new to Python, I don't know yet where the semaphores live and/or
whether I'm on the right track...
Any he