A method stores caller data, awaits I/O, then reads the data. Which parameter best expres…

from Span<T> and Memory<T>
C# 14 / .NET 10 intermediate 1 min

A method stores caller data, awaits I/O, then reads the data. Which parameter best expresses that contract?

Report an error