class func sleep(until: Date)
Blocks the current thread until the time specified.
指定された時間まで現在のスレッドを遮断します。
class func exit()
Terminates the current thread.
現在のスレッドを終了します。
func cancel()
Changes the cancelled state of the receiver to indicate that it should exit.
レシーバの取り消し状態を変更して、それが退出すべきことを指し示します。