Preform pause
If sleepFunc isn't null call it. Else use Thread.sleep or Fiber.yield if code executes in fiber.
sleep time
See Implementation
Preform pause
If sleepFunc isn't null call it. Else use Thread.sleep or Fiber.yield if code executes in fiber.