|
|
Contains the definition of the UserControlledScheduler. More...
#include <DeterministicConcurrency>#include <cstddef>#include <array>#include <tuple>#include <type_traits>#include <chrono>#include <thread>
Go to the source code of this file.
Classes | |
| class | DeterministicConcurrency::UserControlledScheduler< N > |
| A scheduler which allow to manage the flow of its managed threads. More... | |
Functions | |
| template<typename... Tuples> | |
| auto | DeterministicConcurrency::make_UserControlledScheduler (Tuples &&... tuples) |
| Helper function to create an UserControlledScheduler. | |
Contains the definition of the UserControlledScheduler.
| auto DeterministicConcurrency::make_UserControlledScheduler | ( | Tuples &&... | tuples | ) |
Helper function to create an UserControlledScheduler.
| tuples | : tuples containing the function the threads have to performs followed by their arguments. |
example of make_UserControlledScheduler():