Class NodeThread
Defined in File node_thread.hpp
Class Documentation
-
class NodeThread
A background thread to process node/executor callbacks.
Public Functions
A background thread to process node callbacks constructor.
- Parameters:
node_base – Interface to Node to spin in thread
A background thread to process executor’s callbacks constructor.
- Parameters:
executor – Interface to executor to spin in thread
-
template<typename NodeT>
inline explicit NodeThread(NodeT node) A background thread to process node callbacks constructor.
- Parameters:
node – Node pointer to spin in thread
-
~NodeThread()
A destructor.