(Hopefully) Simple Threading Question
John Abel
johnfabel at btinternet.com
Tue Dec 3 06:09:51 EST 2002
More information about the Python-list mailing list
Tue Dec 3 06:09:51 EST 2002
- Previous message (by thread): (Hopefully) Simple Threading Question
- Next message (by thread): How compare hex numbers?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi! Hopefully, this is a simple question. I have a script, made up of a few classes, one of which is run as a thread. A main function, sorts out the thread, everything runs OK. Now, I need to integrate this script, into another, which also handles threads. My question is, can I put my main function, from the original script, into a class, which is then launched as a thread from my second script? Thanks John
- Previous message (by thread): (Hopefully) Simple Threading Question
- Next message (by thread): How compare hex numbers?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list