MCPcopy 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
628void mt_sleep(int ms)
629{
630 MtFrame::sleep(ms);
631}
632
633unsigned long long mt_time_ms(void)
634{

Callers 1

echo_serverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected