<- Go Home

thread

This is my class called thread. It provides useful functionality when dealing with multithreading. With a single instantiation of an object, you can spawn a child thread that will run one time or will run in an infinite loop every user-specified interval of milliseconds. You can also check if a thread is (still) running [that was the main reason I created the class]. Child threads may also be paused or stopped [but of course that not recommended].
Download it here: thread.zip 2.73kB
Email me: lucky760@yahoo.com
Last modified: 06/03/05
1