Multiple thread program problem

Sam Raker sam.raker at gmail.com
Wed Jun 3 17:01:01 EDT 2015


proc(f) isn't a callable, it's whatever it returns. IIRC, you need to do something like 'start_new_thread(proc, (f,))'



More information about the Python-list mailing list