Ns_WaitForThread
Overview
Wait for a thread to exit
Syntax
int Ns_WaitForThread(
Ns_Thread *thread
);
Description
This routine blocks the current thread's execution until the specified thread exits.
Example
See the example for Ns_BeginThread.
Top of Page
Copyright © 1996 America Online, Inc.