MCPcopy Create free account
hub / github.com/ElementsProject/elements / DelayMilliseconds

Function DelayMilliseconds

src/leveldb/db/db_test.cc:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62};
63
64void DelayMilliseconds(int millis) {
65 Env::Default()->SleepForMicroseconds(millis * 1000);
66}
67} // namespace
68
69// Test Env to override default Env behavior for testing.

Callers 2

SyncMethod · 0.85
TESTFunction · 0.85

Calls 1

SleepForMicrosecondsMethod · 0.45

Tested by

no test coverage detected