[Tutor] Tkinter threads

Phil phillor9 at gmail.com
Tue Mar 8 19:52:08 EST 2022


On 9/3/22 10:59, Dennis Lee Bieber wrote:
>
> 	The compute thread likely would call wxPython's .callAfter() [which
> queues an event for the main app to process -- probably a function to
> update the grid] when it has computed a complete state update (and should
> probably then wait on a Queue or other synchronization method, which the
> main app would signal when it had consumed [displayed] the current state
> data, before starting to compute the next grid pattern).

That sounds logical Dennis, perhaps I'll look into it after I get my 
current project out of the way.

-- 

Regards,
Phil



More information about the Tutor mailing list