Open Instance Methodswift 6.0.3Foundation
limitDate(forMode:)
func limitDate(forMode mode: RunLoop.Mode) -> Date?
func limitDate(forMode mode: RunLoop.Mode) -> Date?
s10Foundation7RunLoopC9limitDate7forMode0A10Essentials0E0VSgAC0G0V_tF
What are these?2VNR8
import Foundation
class RunLoop
struct Mode
struct Date
Date
represents a single point in time.
class var current: RunLoop { get }
class var main: RunLoop { get }
var currentMode: RunLoop.Mode? { get }
func acceptInput(forMode mode: String, before limitDate: Date)
func add(_ aPort: Port, forMode mode: RunLoop.Mode)
func add(_ timer: Timer, forMode mode: RunLoop.Mode)
func perform(_ block: @escaping () -> Void)
func perform(inModes modes: [RunLoop.Mode], block: @escaping () -> Void)
func remove(_ aPort: Port, forMode mode: RunLoop.Mode)
func run()
func run(mode: RunLoop.Mode, before limitDate: Date) -> Bool
func run(until limitDate: Date)