Aberro
Results
11
issues of
Aberro
If I start task with OrderedTaskScheduler and this task uses awaiter, which switch to another thread, I get a deadlock inside LimitedConcurrencyLevelTaskScheduler.TryExecuteTaskInline, because task completed inside my task runs continuation...