perform(_:)
Schedules a block that the run loop invokes.
Declaration
func perform(_ block: @escaping @Sendable () -> Void)Parameters
- block:
A block that the run loop invokes.
Schedules a block that the run loop invokes.
func perform(_ block: @escaping @Sendable () -> Void)A block that the run loop invokes.