Re: Threading from a class

2009-10-17 Thread MRAB
Someone Something wrote: anyone? On Sat, Oct 17, 2009 at 4:26 PM, Someone Something > wrote: I'm trying to write a IRC client that has to have a method inside class Client that has to start a new thread that goes to run() which is in the same class. I'm

Re: Threading from a class

2009-10-17 Thread Someone Something
anyone? On Sat, Oct 17, 2009 at 4:26 PM, Someone Something wrote: > I'm trying to write a IRC client that has to have a method inside class > Client that has to start a new thread that goes to run() which is in the > same class. I'm not really understanding all the threading tutorials i've > foun