dotnet-api-docs
dotnet-api-docs copied to clipboard
Add info about failure modes to ConcurrentQueue Try methods
Summary
The docs are currently silent on the failure modes of most of the System.Collections.Generic.ConcurrentQueue.Try* methods. This PR clarifies what I believe are the semantics: that the Try operations can only fail for the trivial reason that the queue was empty at the time the operation was attempted.