Can anyone give me a headstart on the topic of threading? I think I know how to do a few things but I need to know how to do the following:
Setup a main thread that
Thread th = new Thread(function1); th.Start(); th.Abort(); void function1(){ //code here }