Name: Anonymous 2007-08-17 21:38 ID:4NoCXfyk
Just started learning to use POSIX threads, but I find that every time I create a thread and/or join it, the calling thread halts until the called thread completes its iteration. How do I execute them parallel to one another?
Thanks.
Thanks.