Web stub: runs computation directly on the current thread.
computation
static Future<R> run<R>( FutureOr<R> Function() computation, { String? debugName, }) async => computation();