ThreadJoin()
Makes the current thread wait until the thread or threads specified in the name attribute complete processing, or until the period specified in the timeout argument passes, before continuing processing.
If you don't specify a timeout and thread you are joining to doesn't finish, the current thread also cannot finish processing.
ThreadJoin( name=string, timeout=numeric );
Returns: void
Examples
There are currently no examples for this function 18,920ms WARN No examples for function threadjoinSee also
- Threads
- ThreadTerminate()
- <cfthread>
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)