PCL
Thread Support Classes and Functions

Namespaces

 pcl::ThreadPriority
 Thread scheduling priorities.
 

Classes

class  pcl::Thread
 Client-side interface to a PixInsight thread. More...
 

Functions

void PCL_FUNC pcl::Sleep (unsigned ms)
 

Detailed Description

Function Documentation

◆ Sleep()

void PCL_FUNC pcl::Sleep ( unsigned  ms)

Suspends the calling thread from execution until the specified time ms in milliseconds has elapsed, or until a signal is delivered to the calling thread that terminates the process or causes activation of a signal-catching routine.