issues
search
StephenCleary
/
AsyncEx
A helper library for async/await.
MIT License
3.52k
stars
356
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add cancellation support to `AsyncLazy`
#287
julealgon
opened
1 month ago
5
Using `AsyncLock` magically causes tasks to complete
#286
rick-micpoint
closed
3 months ago
1
Strong names
#285
BlackGad
opened
8 months ago
6
AsyncLazy with API call is being called twice across 4 components.
#284
dartuso
closed
9 months ago
2
Setting AsyncAutoResetEvent after used in Task.WhenAny
#283
kakkamstrup
closed
1 year ago
3
Handle completed tasks in ApmAsyncFactory.
#282
fiseni
opened
1 year ago
5
The ApmAsyncFactory interop hangs if a path in async method returns synchronously.
#281
fiseni
opened
1 year ago
1
Feature request: AsyncReaderWriterLock support for UpgradeableReadLock
#280
timonkrebs
opened
1 year ago
11
AsyncContext holds exceptions until all tasks complete.
#279
DeathByNukes
opened
1 year ago
0
[Question] Is ConfigureAwait(false) is needed?
#278
deastr
closed
1 year ago
1
[Question] Using discard with AsyncLock
#277
deastr
closed
1 year ago
1
Cross thread Sync context stealing
#276
TomKuhn
opened
1 year ago
2
doc/TaskConstants.md links to an article that doesn't exist anymore
#275
xparadoxical
opened
1 year ago
0
Producer/Consumer PriorityQueue
#274
StephenCleary
opened
1 year ago
0
Using LazyAsync with JSONSeralizer?
#273
rklec
closed
1 year ago
1
CancellationTokenTaskSource's dispose
#272
yfital
opened
1 year ago
0
What happened to NotifyTask?
#271
jmo-gelsight
closed
1 year ago
1
Atomic wait semantics lead to continued processing after cancellation
#270
WalkerCodeRanger
opened
1 year ago
3
Release the AsyncLazy delegate when the result has been obtained.
#269
timcassell
opened
1 year ago
1
The collection has been marked as complete with regards to additions
#268
mikasoukhov
opened
2 years ago
1
[Question] .WaitAndUnwrapException() vs AsyncContext and potential deadlock
#267
MiloszKrajewski
closed
2 years ago
2
Experimental new version using `ValueTask`
#266
BalassaMarton
opened
2 years ago
0
[Discussion] Return `ValueTask` instead of `AwaitableDisposable`?
#265
BalassaMarton
opened
2 years ago
5
AsyncCollection IsEmpty
#264
romerod
opened
2 years ago
3
Support AsyncProducerConsumerQueue wait for empty
#263
WalkerCodeRanger
opened
2 years ago
0
Contradiction?
#262
Korporal
closed
2 years ago
1
Could not load type 'Nito.AsyncEx.SynchronizationContextSwitcher' from assembly 'Nito.AsyncEx.Tasks, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null'.":"Nito.AsyncEx.SynchronizationContextSwitcher
#261
connorivy
closed
2 years ago
4
Enforce that monitor is entered when calling `Pulse` and `PulseAll` or remove requirement?
#260
WalkerCodeRanger
opened
2 years ago
1
How to upgrade from v3 to v5?
#259
hexlify
closed
1 year ago
1
Update AsyncLock.md
#258
matthew-a-thomas
opened
2 years ago
0
Docs: reentrancibility of async lock
#257
matthew-a-thomas
opened
2 years ago
5
The AsyncLazy<T> does not release resources closed over by the factory delegate
#256
theodorzoulias
opened
2 years ago
5
Deadlock with AsyncReaderWriterLock
#255
blair-ahlquist
opened
2 years ago
2
ValueTask support
#254
mikasoukhov
opened
2 years ago
1
Expose AsyncCollection.Empty
#253
md-ae
closed
2 years ago
0
Double awaits in a few places
#252
tvass83
closed
2 years ago
3
`CVE-2020-22475` for pkg:generic/Nito.AsyncEx.Tasks@5.1.2
#251
Marvin-Brouwer
closed
2 years ago
2
AsyncProducerConsumerQueue.GetConsumingEnumerable() runs continuously
#250
anupshah2it
closed
2 years ago
2
Installed aseemnbly Nito.AsyncEx.Coordination, Version=5.1.2.0 but shows Could not load IO error
#249
anupshah2it
closed
2 years ago
2
Dedicated Threadpool context with AsyncContext.
#248
oliver021
closed
2 years ago
5
Feature Request: AsyncManualResetEvent pulse
#247
danbopes
closed
1 year ago
2
Add WaitAndUnwrapException for ValueTask
#246
GSPP
opened
2 years ago
2
Feature request: A task scheduler with a fixed number of threads separate from the main pool
#245
GSPP
opened
2 years ago
2
Ignore but unwrap exception?
#244
azhe403
closed
1 year ago
2
AsyncLazy blocks thread until concurrent factory returns asynchronously
#243
ugumba
opened
2 years ago
3
Sometimes AsyncContext would not stop
#242
szmcdull
opened
3 years ago
4
Order of execution for returning async Task functions
#241
TheRealAyCe
opened
3 years ago
0
Add TResult Run<TIn,TResult>(Func<TIn,Task<TResult>> action, TIn param)
#240
AceCoderYoda
closed
3 years ago
2
TestDispatcher
#239
TDishop
closed
3 years ago
4
Clarify XML comment that the exception will be thrown
#238
nycdotnet
opened
3 years ago
1
Next