YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
strand.cpp File Reference
#include <yaclib/exe/strand.hpp>
#include <yaclib/log.hpp>
#include <yaclib/util/helper.hpp>
#include <utility>
Include dependency graph for strand.cpp:

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.