Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ HasNoSubThread
Method
HasNoSubThread
adapter/micro_thread/micro_thread.cpp:259–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
}
258
259
bool MicroThread::HasNoSubThread()
260
{
261
return TAILQ_EMPTY(&_sub_list);
262
}
263
264
void MicroThread::AddSubThread(MicroThread* sub)
265
{
Callers
1
WakeupParent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected