run<R> method

R run<R>(
  1. R fn()
)

Runs fn in the tracked zone.

Implementation

R run<R>(R Function() fn) => trackedZone.run(fn);