Contents

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.

See Also

Scheduling and Canceling Tasks