MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <boost/fiber/condition_variable.hpp>
#include <boost/fiber/mutex.hpp>
#include <future>
#include <iostream>
#include <mutex>
#include <optional>
#include <queue>
Go to the source code of this file.
Classes | |
class | encrypto::motion::BasicSynchronizedQueue< T, MutexType, ConditionVariableType > |
Namespaces | |
encrypto | |
encrypto::motion | |
Typedefs | |
template<typename T > | |
using | encrypto::motion::SynchronizedQueue = BasicSynchronizedQueue< T, std::mutex, std::condition_variable > |
template<typename T > | |
using | encrypto::motion::SynchronizedFiberQueue = BasicSynchronizedQueue< T, boost::fibers::mutex, boost::fibers::condition_variable > |