C# (CSharp) Helios.Concurrency.Impl Пространство имен

Классы

Имя Описание
DedicatedThreadPoolFiber
SharedFiber A shared IFiber instance that avoids disposing the original Fiber in the event of a shutdown
SynchronousFiber IFiber implementation that doesn't use any form of concurrency under the hood
ThreadPoolFiber A IFiber implementation that uses the built-in .NET threadpool for maximum concurrency