STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::work_stealing_sched_info Class Reference

Work-stealing scheduling information. More...

Public Member Functions

constexpr work_stealing_sched_info (none_t=none) noexcept
 
void set_migrated (void) noexcept
 
constexpr bool is_migrated (void) const noexcept
 

Public Types

typedef void enable_migration
 

Detailed Description

Work-stealing scheduling information.

Scheduling information classes that use the work_stealing_sched_entry have either to extend from this class or provide the set_migrated() and is_migrated() functions.


The documentation for this class was generated from the following file: