YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
future_impl.cpp
Go to the documentation of this file.
1
#include <
yaclib/async/future.hpp
>
2
3
namespace
yaclib
{
4
5
template
class
FutureBase<void, StopError>
;
6
template
class
Future<>
;
7
template
class
FutureOn<>
;
8
9
}
// namespace yaclib
future.hpp
yaclib
Definition
base_core.hpp:18
yaclib::MakeContract
Contract< V, E > MakeContract()
Creates related future and promise.
Definition
contract.hpp:25
src
async
future_impl.cpp
Generated by
1.9.8