proxygen
time_source.h File Reference

Go to the source code of this file.

Classes

class  folly::pushmi::time_source_shared< E, TP >
 
class  folly::pushmi::time_source_executor< E, TP, NF, Executor >
 
class  folly::pushmi::time_heap_item< E, TP >
 
class  folly::pushmi::time_source_queue_base< E, TP >
 
class  folly::pushmi::time_source_queue< E, TP, NF, Executor >
 
struct  folly::pushmi::time_source_queue_receiver< E, TP, NF, Executor >
 
class  folly::pushmi::time_queue_dispatch_pred_fn< E, TP >
 
class  folly::pushmi::time_item_process_pred_fn< E, TP >
 
class  folly::pushmi::time_source_shared_base< E, TP >
 
class  folly::pushmi::time_source_shared< E, TP >
 
class  folly::pushmi::time_source_executor< E, TP, NF, Executor >
 
class  folly::pushmi::time_source_executor_factory_fn< E, TP, NF, ExecutorFactory >
 
class  folly::pushmi::time_source< E, TP >
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 folly::pushmi
 

Functions

template<class E , class TP >
bool folly::pushmi::operator< (const time_heap_item< E, TP > &l, const time_heap_item< E, TP > &r)
 
template<class E , class TP >
bool folly::pushmi::operator> (const time_heap_item< E, TP > &l, const time_heap_item< E, TP > &r)
 
template<class E , class TP >
bool folly::pushmi::operator== (const time_heap_item< E, TP > &l, const time_heap_item< E, TP > &r)
 
template<class E , class TP >
bool folly::pushmi::operator!= (const time_heap_item< E, TP > &l, const time_heap_item< E, TP > &r)
 
template<class E , class TP >
bool folly::pushmi::operator<= (const time_heap_item< E, TP > &l, const time_heap_item< E, TP > &r)
 
template<class E , class TP >
bool folly::pushmi::operator>= (const time_heap_item< E, TP > &l, const time_heap_item< E, TP > &r)