Declaration

func performBlock(pausedObservation body: @escaping () -> Void)

Declaration

- (void) performBlockWithPausedObservation:(void (^)()) body;

Declaration

performBlockWithPausedObservation_(body)

Discussion

Exceptions thrown in the block are caught and rethrown after resuming the observation.