Asynchronous cached type. More...
#include <mutex>
#include <iostream>
#include <thread>
#include "inc/util/memory_size.h"
#include "inc/util/boost_versioning.h"
#include "inc/util/persistent.h"
#include "inc/util/cached_type.h"
Classes | |
class | syten::AsyncCached< Type > |
An asynchronous caching data wrapper. More... | |
Namespaces | |
namespace | syten |
Syten namespace. | |
namespace | syten::Caching |
Only contains the Caching::threshold variable. | |
Functions | |
template<typename Type > | |
std::ostream & | syten::operator<< (std::ostream &out, AsyncCached< Type > const &c) |
Easy output for AsyncCached<>'s. More... | |
Asynchronous cached type.