Open Instance Methodswift 6.0.3Foundation
acceptInput(forMode:before:)
func acceptInput(forMode mode: String, before limitDate: Date)
func acceptInput(forMode mode: String, before limitDate: Date)
s10Foundation7RunLoopC11acceptInput7forMode6beforeySS_0A10Essentials4DateVtF
What are these?9NZLT
import Foundation
class RunLoop
@frozen struct String
A Unicode string value that is a collection of characters.
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 add(_ aPort: Port, forMode mode: RunLoop.Mode)
func add(_ timer: Timer, forMode mode: RunLoop.Mode)
func limitDate(forMode mode: RunLoop.Mode) -> Date?
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)
struct Mode