MotionLib
1.0.0
SamBuCa motion library
|
Public Types | |
typedef std::shared_ptr< NotificationWorker > | Shared |
Public Member Functions | |
NotificationWorker (const std::shared_ptr< DeviceStore > &store, std::size_t numThreads=3, std::size_t maxSize=2048) | |
template<typename T > | |
void | post (T fun) |
void | notify (const std::shared_ptr< std::set< DeviceId >> &updates) |
Protected Attributes | |
std::weak_ptr< DeviceStore > | m_store |
Definition at line 44 of file NotificationWorker.hpp.