On May 6, 3:18 pm, "Gabriel Genellina" wrote:
> En Tue, 05 May 2009 23:52:25 -0300, Zac Burns escribió:
>
> > It seems that one cannot start a thread in an atexit callback.
>
> > My use case is that I have a IO heavy callback that I want to run in a
> > thread so that other callbacks can finish w
En Tue, 05 May 2009 23:52:25 -0300, Zac Burns escribió:
It seems that one cannot start a thread in an atexit callback.
My use case is that I have a IO heavy callback that I want to run in a
thread so that other callbacks can finish while it's doing it's thing
to save on exit time.
Try creati
It seems that one cannot start a thread in an atexit callback.
My use case is that I have a IO heavy callback that I want to run in a
thread so that other callbacks can finish while it's doing it's thing
to save on exit time.
Example code (py3k)
import