Skip to content
  • Lioncash's avatar
    common/thread: Remove SleepCurrentThread() · d6583d68
    Lioncash authored
    This is also unused and superceded by standard functionality. The
    standard library provides std::this_thread::sleep_for(), which provides
    a much more flexible interface, as different time units can be used with
    it.
    d6583d68
Loading