Future<T> executeWithoutBuffering<T>(Future<T> Function() action) { return RuntimeExecutionContext.runWithoutBuffering(action); }