Type Method 型メソッド

sleep(_:)

Suspends the current task for at least the given duration in nanoseconds. 現在のタスクを少なくともこのナノ秒で与えられた期間に対して一時停止します。

Declaration 宣言

static func sleep(_ duration: UInt64) async
Available when Success is Never and Failure is Never. SuccessNeverであるそしてFailureNeverである時に利用可能です。

Discussion 解説

This function does not block the underlying thread. この関数は、基礎をなすスレッドを遮断しません

See Also 参照

Deprecated 非推奨