Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Classes | Public Member Functions | List of all members
dispatcher Class Reference

#include <concurrency.h>

Classes

class  cancellable_timer
 

Public Member Functions

 dispatcher (unsigned int cap)
 
template<class T >
void invoke (T item)
 
void start ()
 
void stop ()
 
 ~dispatcher ()
 
bool flush ()
 

Constructor & Destructor Documentation

§ dispatcher()

dispatcher::dispatcher ( unsigned int  cap)
inline

§ ~dispatcher()

dispatcher::~dispatcher ( )
inline

Member Function Documentation

§ flush()

bool dispatcher::flush ( )
inline

TODO: use _queue to flush, and implement properly

§ invoke()

template<class T >
void dispatcher::invoke ( item)
inline

§ start()

void dispatcher::start ( )
inline

§ stop()

void dispatcher::stop ( )
inline

The documentation for this class was generated from the following file: