Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

executors_r4

Prototype of the Executors proposal for ISO C++ R4

This is the basic implementation of the executors proposal for the C++ standards committee (current proposal is N4111). This directory includes the minimal API required for execution on a fixed executor and implementations for 4 different executor types (system_executor, loop_executor, thread_pool_executor, and thread_per_task_executor). It also includes a small library of helper functions to support common mechanisms for tracking work (e.g. with futures and with continuations).

It also includes a basic test suite to ensure some of the semantics of each executor are maintained.

About

Prototype of the Executors proposal for ISO C++ R4

Resources

Releases

No releases published

Packages

No packages published