Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Module observer

Module observer 

Structs§

Observer
Data structure used to handle publish/subscribe callbacks of specific type. Observers perform subscriber changes in thread-safe manner, using atomic hardware intrinsics.

Type Aliases§

Subscription
Subscription handle returned by Observer::subscribe methods, which will unsubscribe corresponding callback when dropped.