perform(_:)
Executes the provided closure asynchronously on the coordinator’s queue.
Declaration
func perform(_ block: @escaping @Sendable () -> Void)Parameters
- block:
The closure to execute.
Executes the provided closure asynchronously on the coordinator’s queue.
func perform(_ block: @escaping @Sendable () -> Void)The closure to execute.