Tcl-Tk - how to run a proc at background ?

Posted on Mon Mar 31 11:30:37 2008 by dota
how to run a proc at background ?
for example: proc a {} { ... } proc b {} { puts "step 1" a puts "step 2" } Is there a way to run proc a at background ?
Write a response