C# (CSharp) Helios.Concurrency Namespace

Nested Namespaces

Helios.Concurrency.Impl

Classes

Name Description
ActionScheduledAsyncTask
ActionScheduledTask
ActionWithStateAndContextScheduledAsyncTask
ActionWithStateAndContextScheduledTask
ActionWithStateScheduledAsyncTask
ActionWithStateScheduledTask
DedicatedThreadPool An instanced, dedicated thread pool.
DedicatedThreadPool.DedicatedThreadPoolSupervisor
DedicatedThreadPool.PoolWorker
DedicatedThreadPool.WorkerQueue
DedicatedThreadPoolSettings Provides settings for a dedicated thread pool
DedicatedThreadPoolTaskScheduler TaskScheduler for working with a DedicatedThreadPool instance
EventExecutorTaskScheduler Wraps a IEventExecutor inside a TaskScheduler and allow scheduling of Task instances onto that executor.
EventExecutorTaskScheduler.TaskQueueNode
FiberFactory Factory class for creating Fiber instances
PromiseUtil Utility class for working with TaskCompletionSource
RejectedTaskException An exception thrown when a IPausableEventExecutor is asked to a queue a task when it is no longer accepting work.
ScheduledAsyncTask
ScheduledTask
SingleThreadEventExecutor A single-threaded IEventExecutor
SingleThreadEventExecutor.WakeupTask