SyTen
cached_type_async.h File Reference

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"
+ Include dependency graph for cached_type_async.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  syten::AsyncCached< Type >
 An asynchronous caching data wrapper. More...
 

Namespaces

 syten
 Syten namespace.
 
 syten::Caching
 Only contains the Caching::threshold variable.
 

Functions

template<typename Type >
std::ostreamsyten::operator<< (std::ostream &out, AsyncCached< Type > const &c)
 Easy output for AsyncCached<>'s. More...
 

Detailed Description

Asynchronous cached type.