R
Rick
Hi,
I need to make a thread sleep for 10 seconds.. but I want to yield() it
so that it loses ownership between those 10 secs and lets other threads
do their job. How can i do this? How can i make the thread let other
threads work while sleep as well? Thanks
Rick
I need to make a thread sleep for 10 seconds.. but I want to yield() it
so that it loses ownership between those 10 secs and lets other threads
do their job. How can i do this? How can i make the thread let other
threads work while sleep as well? Thanks
Rick