yield.h 71 B

1234
  1. #pragma once
  2. void SchedYield() noexcept;
  3. void ThreadYield() noexcept;