in reply to
threads and Tcl or how to do multiple loops
Perl/Tk is not thread safe. If you are looking to execute a non-blocking command there is a way. Take a look at
Tk::after
.
Comment on
Re: threads and Tcl or how to do multiple loops
In Section
Seekers of Perl Wisdom