proxygen
|
#include <time_source.h>
Public Types | |
using | time_point = std::decay_t< TP > |
Public Member Functions | |
time_heap_item (time_point at, any_receiver< E, any_time_executor_ref< E, TP >> out) | |
Public Attributes | |
time_point | when |
any_receiver< E, any_time_executor_ref< E, TP > > | what |
Definition at line 37 of file time_source.h.
using folly::pushmi::time_heap_item< E, TP >::time_point = std::decay_t<TP> |
Definition at line 39 of file time_source.h.
|
inline |
Definition at line 41 of file time_source.h.
any_receiver<E, any_time_executor_ref<E, TP> > folly::pushmi::time_heap_item< E, TP >::what |
Definition at line 47 of file time_source.h.
Referenced by folly::pushmi::time_source_queue< E, TP, NF, Executor >::error(), folly::pushmi::time_source_shared< E, time_point >::insert(), folly::pushmi::time_source_queue< E, TP, NF, Executor >::value(), and folly::pushmi::time_source_shared< E, time_point >::worker().
time_point folly::pushmi::time_heap_item< E, TP >::when |
Definition at line 46 of file time_source.h.
Referenced by folly::pushmi::operator<(), folly::pushmi::operator==(), and folly::pushmi::operator>().