I want to use AsyncLocal<T>, so I should know whether it is memory-safe or not, and when it will free value memory.
My version: .NET Core 2.2
I want to use AsyncLocal<T>, so I should know whether it is memory-safe or not, and when it will free value memory.
My version: .NET Core 2.2