PCL
|
Classes | |
class | pcl::Thread |
Client-side interface to a PixInsight thread. More... | |
Functions | |
void PCL_FUNC | pcl::Sleep (unsigned ms) |
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.