compute top-level constant
ComputeImpl
const compute
A compute implementation that does not spawn isolates in tests.
Implementation
const foundation.ComputeImpl compute =
(foundation.kDebugMode || foundation.kIsWeb)
? _testCompute
: foundation.compute;