Suspends the processor’s work in a given time period (in millisecond).
func sleep(ms: Int)
s7SwiftIO5sleep2msySi_tF
86CTL
import SwiftIO
The SwiftIO library allows you to access and control the hardware in an easy way.
@frozen struct Int
A signed integer value type.