0x163mL / pygraphics

Automatically exported from code.google.com/p/pygraphics
0 stars 0 forks source link

Decide on whether to use threads. #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently threads aren't used in the cpython version.  This means that the 
mainloop Tkinter issue 
crops up in all IDEs.  Can we switch to threads in this timeframe?

Original issue reported on code.google.com by pgr...@gmail.com on 6 Jun 2007 at 7:27

GoogleCodeExporter commented 8 years ago
Threads are not used for the show function.
Something that still needs to be looked into is to make it so
the parent thread that of the show function waits on child thread
creation, instead of using sleep(0.1) as is done currently.

Will still look into using threads to add the picturetool.

Original comment by Leo.Kali...@gmail.com on 17 Jul 2007 at 2:57