Mercury Currency Engine
inc
mce
mce.hpp
Go to the documentation of this file.
1
//SPDX-License-Identifier: Apache-2.0
2
//Author: Blayne Dennis
7
#ifndef __MERCURY_COROUTINE_ENGINE_HIGH_LEVEL_API__
8
#define __MERCURY_COROUTINE_ENGINE_HIGH_LEVEL_API__
9
10
// include all concurrency API headers
11
#include "
coroutine.hpp
"
12
#include "
scheduler.hpp
"
13
#include "
timer.hpp
"
14
#include "
mutex.hpp
"
15
#include "
condition_variable.hpp
"
16
#include "
base_channel.hpp
"
17
#include "
unbuffered_channel.hpp
"
18
#include "
buffered_channel.hpp
"
19
#include "
chan.hpp
"
20
#include "
await.hpp
"
21
#include "
threadpool.hpp
"
22
23
#endif
await.hpp
base_channel.hpp
buffered_channel.hpp
chan.hpp
condition_variable.hpp
coroutine.hpp
mutex.hpp
scheduler.hpp
threadpool.hpp
timer.hpp
unbuffered_channel.hpp
Generated by
1.9.1