Crate dispatchers

Crate dispatchers 

Source

Structs§

Broadcaster
A dispatcher which broadcast messages to other threads/coroutines
Dispatcher
A dispatcher
LocalDispatcher
A local dispatcher

Enums§

DispatcherError
Error type for dispatchers

Traits§

MessageType
A trait for messages that can be dispatched
Observer
An observer is a type that can handle a message.

Type Aliases§

LocalObserverRef
A reference to an observer for the same thread/coroutine
ObserverRef
A reference to an observer