Support Class Library
A set of tools providing classes and utility
async.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace scl{
8  namespace async{}
9 }
10 
11 #include <scl/async/with_traits.h>
12 #include <scl/async/with.h>
13 #include <scl/async/Mutexed.h>
14 #include <scl/async/AsyncQueue.h>
15 #include <scl/async/Channel.h>
16 #include <scl/async/Active.h>
Global namespace of the SCL.
Definition: alias.hpp:3