@tryInline Future<T> runIsolate<T>( String debugName, FutureOr<T> Function() computation, ) async { return computation(); }