Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mt_sleep
Function
mt_sleep
adapter/micro_thread/mt_api.cpp:628–631 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
626
}
627
628
void mt_sleep(int ms)
629
{
630
MtFrame::sleep(ms);
631
}
632
633
unsigned long long mt_time_ms(void)
634
{
Callers
1
echo_server
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected