Executes the given callback f
in this zone.
Same as runUnary but catches uncaught errors and gives them to handleUncaughtError.
Source
/*=R*/ runUnaryGuarded/*<R, T>*/(/*=R*/ f(/*=T*/ arg), /*=T*/ arg);
Executes the given callback f
in this zone.
Same as runUnary but catches uncaught errors and gives them to handleUncaughtError.
/*=R*/ runUnaryGuarded/*<R, T>*/(/*=R*/ f(/*=T*/ arg), /*=T*/ arg);