Module yrs::observer

source ·

Structs§

  • Data structure used to handle publish/subscribe callbacks of specific type. Observers perform subscriber changes in thread-safe manner, using atomic hardware intrinsics.
  • Data structure used to handle publish/subscribe callbacks of specific type. Observers perform subscriber changes in thread-safe manner, using atomic hardware intrinsics.
  • Subscription handle returned by Observer::subscribe methods, which will unsubscribe corresponding callback when dropped.

Type Aliases§