Contents

sleep(forTimeInterval:)

Sleeps the thread for a given time interval.

Declaration

class func sleep(forTimeInterval ti: TimeInterval)

Parameters

  • ti:

    The duration of the sleep.

Discussion

No run loop processing occurs while the thread is blocked.

See Also

Stopping a Thread