MCPcopy Create free account
hub / github.com/Tencent/MMKV / Sleep

Method Sleep

Core/ThreadLock_Win32.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void ThreadLock::Sleep(int ms) {
84 ::Sleep(ms);
85}
86
87} // namespace mmkv
88

Callers 2

testAutoExpireFunction · 0.80
testImportFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected