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

Function SleepForMicroseconds

src/leveldb/include/leveldb/env.h:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 }
376 uint64_t NowMicros() override { return target_->NowMicros(); }
377 void SleepForMicroseconds(int micros) override {
378 target_->SleepForMicroseconds(micros);
379 }
380
381 private:
382 Env* target_;

Callers

nothing calls this directly

Calls 1

SleepForMicrosecondsMethod · 0.45

Tested by

no test coverage detected