orca-robotics INTRODUCTION Overview Download and Install Documentation REPOSITORY Interfaces Drivers Libraries Utilities Software Map DEVELOPER Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
hydroiceutil::JobQueue Class ReferenceA queue of jobs to be processed. More...
Inherits hydroutil::Uncopyable. Inherited by hydroiceutil::EventLoop. Inheritance diagram for hydroiceutil::JobQueue:
Detailed DescriptionA queue of jobs to be processed.Rather than tie up the main thread, calls which may take a long time can be placed on this job queue. They will be processed by a pool of threads. If you need the jobs to communicate results or status updates to their owners, you may want to use the event mechanism,
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following files:
|
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)