Instance Method
performWhileLocked(_:)performWhileLocked:performWhileLocked_
Declaration
func performWhileLocked(_ block: (() -> Void)!)Declaration
- (void) performWhileLocked:(void (^)()) block;Declaration
performWhileLocked_(block)Instance Method
func performWhileLocked(_ block: (() -> Void)!)- (void) performWhileLocked:(void (^)()) block;performWhileLocked_(block)