Skip to main content

Module follower

Module follower 

Source

Structsยง

Follower
Tracks local state and follows authoritative lock updates from a leader.
FollowerStartError
Error type for failure to start the shared unlock follower.
InnerFollower ๐Ÿ”’
Inner implementation of the shared unlock follower, containing the actual state and logic. The outer Follower struct is a thin wrapper around an Arc to allow for shared ownership across async tasks.