Contents

perform(_:)

Executes the provided closure asynchronously on the coordinator’s queue.

Declaration

func perform(_ block: @escaping  @Sendable () -> Void)

Parameters

  • block:

    The closure to execute.

See Also

Performing tasks