func withValueImpl<R>( @_inheritActorContext operation: () async throws -> R ) async rethrows -> R { return try await operation() }