executionBlocks
The blocks associated with the receiver.
Declaration
var executionBlocks: [@Sendable () -> Void] { get }Discussion
The blocks in this array are copies of those originally added using the addExecutionBlock(_:) method.
The blocks associated with the receiver.
var executionBlocks: [@Sendable () -> Void] { get }The blocks in this array are copies of those originally added using the addExecutionBlock(_:) method.