Skip to main content

Mojo function

sleep

sleep(sec: Float64)

Suspends the current thread for the seconds specified.

Args:

  • sec (Float64): The number of seconds to sleep for. Values <= 0 return immediately.

sleep(sec: Scalar[DType.uint])

Suspends the current thread for the seconds specified.

Args:

  • sec (Scalar): The number of seconds to sleep for.

Was this page helpful?