NSRunLoop$Methods extension

on

Properties

currentMode NSString?

Available on NSRunLoop, provided by the NSRunLoop$Methods extension

currentMode
no setter

Methods

acceptInputForMode(NSString mode, {required NSDate beforeDate}) → void

Available on NSRunLoop, provided by the NSRunLoop$Methods extension

acceptInputForMode:beforeDate:
addPort(NSPort aPort, {required NSString forMode}) → void

Available on NSRunLoop, provided by the NSRunLoop$Methods extension

addPort:forMode:
addTimer(NSTimer timer, {required NSString forMode}) → void

Available on NSRunLoop, provided by the NSRunLoop$Methods extension

addTimer:forMode:
getCFRunLoop() Pointer<CFRunLoop>

Available on NSRunLoop, provided by the NSRunLoop$Methods extension

getCFRunLoop
init() NSRunLoop

Available on NSRunLoop, provided by the NSRunLoop$Methods extension

init
limitDateForMode(NSString mode) NSDate?

Available on NSRunLoop, provided by the NSRunLoop$Methods extension

limitDateForMode:
removePort(NSPort aPort, {required NSString forMode}) → void

Available on NSRunLoop, provided by the NSRunLoop$Methods extension

removePort:forMode: