ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
jobs.hpp File Reference

Description:

This header file is part of module ALib ThreadModel of the ALib C++ Library.

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file jobs.hpp.

Include dependency graph for jobs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Job
 
struct  JPromise
 A simple encapsulated promise. More...
 

Namespaces

namespace  alib
 
namespace  alib::threadmodel
 

Typedefs

using Job = threadmodel::Job
 Type alias in namespace alib.
 
using JPromise = threadmodel::JPromise
 Type alias in namespace alib.
 

Enumerations

enum class  Priority {
  Lowest = 0 , DeferredDeletion = 500 , Low = 1000 , Standard = 2000 ,
  High = 3000 , Highest = 4000
}
 Possible priorities of jobs assigned to an DedicatedWorker. More...
 

Functions

ALIB_API void Bootstrap ()