Fibrous.Benchmark |
Fibrous.Queues |
Fibrous.Tests |
Name | Description |
---|---|
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 |