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