Provides types such as
ConcurrentHashSet<T>
SynchronizedList<T>
AsyncAutoResetEvent
AsyncLock
ResettableCancellationTokenSource
KeyedLock
KeyedAsyncLock
Provides extensions methods for
SemaphoreSlim
Task
Simplifying task awaiting (blog post)
var (a, b) = await (task1, task2);