Hi,
I am trying to understand how to use threading in Python. I get
threading as a concept, but not the implementation.
In order to start threading, do you call it as a separate function,
which will then be applied to the rest of the code (functions) or do
you open threading in each function. Thi
Thanks for reply.
So would it be implemented as follows:
Func 1
Func 2
Func 3
Thread for Func 1
Thread for Func 2
Thread for Func 3
Cheers
Stevan
--
http://mail.python.org/mailman/listinfo/python-list
Thanks a lot to all of you guys.
I think it'll take some time before I grasp it properly...
--
http://mail.python.org/mailman/listinfo/python-list