dynamic run(dynamic callback())

Runs the given callback in the zone and returns the result of the call.

Exceptions will be forwarded to the ExceptionHandler and rethrown.

Source

run(callback());