Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTORTEC/distortos
/ run
Method
run
source/threads/DynamicThreadBase.cpp:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
#endif // DISTORTOS_THREAD_DETACH_ENABLE == 1
77
78
void DynamicThreadBase::run()
79
{
80
boundFunction_();
81
boundFunction_ = {};
82
}
83
84
} // namespace internal
85
Callers
2
threadRunner
Function · 0.45
runner
Function · 0.45
Calls
no outgoing calls
Tested by
1
runner
Function · 0.36