This header-file is part of module ALib ThreadModel of the ALib C++ Library.
© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file jobs.inl.
Go to the source code of this file.
Classes | |
| struct | alib::threadmodel::Job |
| struct | alib::threadmodel::JPromise |
| A simple encapsulated promise. More... | |
Namespaces | |
| namespace | alib |
| namespace | alib::threadmodel |
Typedefs | |
| using | alib::Job = threadmodel::Job |
| Type alias in namespace alib. | |
| using | alib::JPromise = threadmodel::JPromise |
| Type alias in namespace alib. | |
Enumerations | |
| enum class | alib::threadmodel::Priority { alib::threadmodel::Lowest = 0 , alib::threadmodel::DeferredDeletion = 500 , alib::threadmodel::Low = 1000 , alib::threadmodel::Standard = 2000 , alib::threadmodel::High = 3000 , alib::threadmodel::Highest = 4000 } |
| Possible priorities of jobs assigned to an DedicatedWorker. More... | |