C# (CSharp) Fibrous 네임스페이스

중첩된 네임스페이스

Fibrous.Benchmark
Fibrous.Queues
Fibrous.Tests

클래스들

이름 설명
BlockingQueue Blocking implementation.
Fiber
FiberBuilder Fluent builder for Thread Fiber creation
FiberBuilderImpl
PendingAction
PoolFiber Fiber that uses a thread pool for execution. Pool is used instead of thread, but messages are handled sequentially.
SchedulerExtensions
SleepingQueue
ThreadFiber Fiber implementation backed by a dedicated thread., needs a thread safe queue FiberBase
YieldingQueue