Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
44 packages returned for Tags:"Threadsafe"
Sort by
Relevance
Downloads
Recently updated
Microsoft.
VisualStudio.
Threading
by:
Microsoft
VisualStudioExtensibility
20,864,187 total downloads
last updated
8/10/2023
Latest version:
17.7.30
Threading
Async
Lock
Synchronization
Threadsafe
Async synchronization primitives, async collections, TPL and dataflow extensions. The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This package is applicable to any .NET...
More information
OBeautifulCode.
Math.
Recipes.
ThreadSafeRandom
by:
obeautifulcode
246,091 total downloads
last updated
8/23/2022
Latest version:
1.0.82
random
number
generator
rng
threadsafe
Provides a thread-safe pseudo-random number generator.
CodeProject.
ObjectPool
by:
doktorp
412,192 total downloads
last updated
4/13/2023
Latest version:
6.3.0
codeproject
object
pool
concurrent
generic
threadsafe
portable
netstandard
stringbuilder
memorystream
A generic, concurrent, portable and flexible Object Pool for .NET. It is completely based on the Code Project article of Ofir Makmal (http://goo.gl/4qig6T). Library is production ready and it is successfully...
More information
Open.
Threading
by:
electricessence
162,836 total downloads
last updated
8/8/2022
Latest version:
2.2.1
collections
extensions
threadsafe
thread-safe
readwrite
read-write
readerwriterlock
readerwriterlockslim
Useful set of extensions and classes for simplifying and optimizing thread safe operations and synchronization. Part of the "Open" set of libraries.
Open.
Threading.
ReadWrite
by:
electricessence
167,981 total downloads
last updated
3/24/2022
Latest version:
2.0.3
collections
extensions
threadsafe
thread
safe
thread
safety
readwrite
read
write
More tags
Useful set of extensions and classes for simplifying and optimizing read-write synchronization. Part of the "Open" set of libraries.
Open.
Collections
by:
electricessence
165,817 total downloads
last updated
9/12/2022
Latest version:
3.1.2
collections
extensions
threadsafe
thread
safe
thread
safety
lazy
list
lazylist
More tags
Useful set of collections, and extensions for collections with thread-safe read-write access options. Part of the "Open" set of libraries.
EFCore.
DbContextFactory
by:
elvanydev
174,952 total downloads
last updated
11/13/2019
Latest version:
2.0.0
EF
EntityFramework
EntityFrameworkCore
dotnet
dotnetcore
DI
IoC
DbContext
DbContextFactory
ThreadSafe
More tags
With EFCore.DbContextFactory you can resolve easily your DbContext dependencies in a safe way injecting a factory instead of an instance itself, enabling you to work in multi-thread contexts with Entity...
More information
Aocl
by:
jasonboyd
93,606 total downloads
last updated
4/5/2020
Latest version:
1.4.0
appendonly
append-only
collection
collections
concurrent
eventsourcing
event-sourcing
ireadonlylist
list
log
More tags
A collection that supports thread-safe append-only writes and lock-free random access reads.
TcpClientIo
by:
Bogdan.Yanysh
29,044 total downloads
last updated
5/16/2023
Latest version:
1.5.5
TcpClient
TcpListener
Tcp
Serialization
Pipelines
Dataflow
Async
Threadsafe
Wrapper of TcpClient what help focus on WHAT you transfer over TCP not HOW (Async, Thread-safe, TcpSerialization with attribute schema, Big/Little endian, Cancellation support)
WaitingDictionary
by:
Bogdan.Yanysh
14,470 total downloads
last updated
1/11/2021
Latest version:
1.0.6
List
Dictionary
Concurrent
Async
Threadsafe
Represents a thread-safe collection of keys and TaskCompletionSource{T} as values.
Open.
Collections.
Numeric
by:
electricessence
15,216 total downloads
last updated
4/24/2022
Latest version:
1.7.0
collections
numeric
double
extensions
threadsafe
thread-safe
Useful set of extensions for processing collections of numerical data. Part of the "Open" set of libraries.
Rosenbjerg.
DepMan
by:
rosenbjergsoftworks
Deprecated
22,423 total downloads
last updated
10/23/2017
Latest version:
1.2.3
xamarin
dependency
manager
service
threadsafe
dependencies
cross-platform
DepMan
DepMan is a thread-safe dependency manager for cross-platform projects, like Xamarin, where some dependencies have to be injected. DepMan supports two patterns: the ImplementsAttribute->Init->Get pattern, and...
More information
BlitzCache
by:
Chanido
19,240 total downloads
last updated
6/9/2020
Latest version:
1.0.1
Threading
Async
Lock
Semaphore
Synchronization
Threadsafe
Cache
Lambda
Caching
BlitzCache is a thread safe cache that accepts synchronous and asyncronous calls being simplicity its main goal.
ThreadSafeRandomizer
by:
MarkCiliaVincenti
5,727 total downloads
last updated
1/29/2023
Latest version:
1.1.4
random
randomizer
randomiser
threadsafe
thread-safe
An efficient thread-safe randomizer.
AsyncWcfLib
by:
Stefan.Forster
15,087 total downloads
last updated
11/9/2013
Latest version:
3.1.4
async
await
wcf
actor
based
threadsafe
distributed
computing
Communication library for asynchronous, actor based, distributed computing, based on WCF. Supporting async-await, application internal and external message passing, no config files, service discovery by name,...
More information
DotNetVault
by:
cpsusie
11,750 total downloads
last updated
10/30/2021
Latest version:
1.0.0.1
DotNetVault
analyzers
synchronization
thread-safety
threadsafe
deadlock
deadlock-prevention
threads
raii
multi-threaded
Synchronization Library and Static Analysis Tool for C# 8 DotNetVault is a library and static code analysis tool that makes managing shared mutable state in multi-threaded applications more manageable...
More information
Open.
Threading.
ReadWriteHelper
by:
electricessence
24,094 total downloads
last updated
4/20/2022
Latest version:
2.1.0
collections
extensions
threadsafe
thread
safe
thread
safety
readwrite
read
write
More tags
A utility for read-write synchronizing by context. Useful for synchronizing collections that are not inherently thread-safe. Reference to Open.Threading.ReadWrite exposes extensions for...
More information
Marmot
by:
jiahengliu
2,921 total downloads
last updated
9/30/2019
Latest version:
1.5.0
RabbitMQ
Connetion
Pool
ThreadSafe
Marmot is a multi-threaded connection pooling secure for RabbitMQ client that supports Fanout, Direct, and Topic modes.
ListShuffle
by:
MarkCiliaVincenti
5,351 total downloads
last updated
2/13/2023
Latest version:
1.1.5
list
shuffle
shuffler
extension
threadsafe
thread-safe
random
Thread-safe list shuffle extension library, using Fisher-Yates shuffle and optional cryptographically-strong random.
McBits.
ThreadSafeRandom
by:
McBits
3,520 total downloads
last updated
12/22/2018
Latest version:
2.0.0
thread
safe
random
threadsafe
mcbits
A thread-safe static class that wraps System.Random for generating pseudo-random numbers.
Previous
Next