MCPcopy Create free account
hub / github.com/comaps/comaps / AsyncRouter

Method AsyncRouter

libs/routing/async_router.cpp:128–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126// -------------------------------------------------------------------------------------------------
127
128AsyncRouter::AsyncRouter(PointCheckCallback const & pointCheckCallback)
129 : m_threadExit(false)
130 , m_hasRequest(false)
131 , m_clearState(false)
132 , m_pointCheckCallback(pointCheckCallback)
133{
134 m_thread = threads::SimpleThread(&AsyncRouter::ThreadFunc, this);
135}
136
137AsyncRouter::~AsyncRouter()
138{

Callers

nothing calls this directly

Calls 1

SimpleThreadClass · 0.85

Tested by

no test coverage detected