YACLib
C++ library for concurrent tasks execution
|
#include <yaclib/exe/strand.hpp>
#include <yaclib/log.hpp>
#include <yaclib/util/helper.hpp>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | yaclib |
Functions | |
IExecutorPtr | yaclib::MakeStrand (IExecutorPtr e) |
Strand is the asynchronous analogue of a mutex. | |