YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
strand.hpp File Reference
#include <yaclib/exe/executor.hpp>
#include <yaclib/exe/job.hpp>
#include <yaclib_std/atomic>
Include dependency graph for strand.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yaclib::Strand
 

Namespaces

namespace  yaclib
 

Functions

IExecutorPtr yaclib::MakeStrand (IExecutorPtr e)
 Strand is the asynchronous analogue of a mutex.