nuget.org : netfx-system.threading.threaddata
Provides strong-typed persistence of data in Thread local storage, which can also be transient and automatically removed on dispose. Usage: Thread.CurrentThread.SetData<Foo>(foo); var saved = Thread.CurrentThread.GetData<Foo>();
Registry
- Homepage
- JSON
purl: pkg:nuget/netfx-system.threading.threaddata
Keywords:
netfx
, Thread
, threading
License:
Latest release: almost 14 years ago
First release: about 14 years ago
Dependent repositories: 1
Downloads: 14,231 total
Last synced: 12 days ago