Interface Types
Interface | Summary |
---|---|
IDispatcher | Dispatches jobs to a thread. |
Class Types
Class | Summary |
---|---|
AvaloniaScheduler |
A reactive scheduler that uses Avalonia's Dispatcher .
|
Avalonia |
SynchronizationContext to be used on main thread |
Dispatcher | Provides services for managing work items on a thread. |
DispatcherTimer |
A timer that uses a Dispatcher to fire at a specified interval.
|
ThreadSafeObjectPool |
Enum Types
Enum | Summary |
---|---|
DispatcherPriority |
Defines the priorities with which jobs can be invoked on a Dispatcher .
|