Module active_standby::collections[][src]

Expand description

Shared and lockless active_standby structs for common collections. Each table type has its own AsLock (shared) / AsLockHandle (lockless), as opposed to RwLock where you simply pass in the table. This is because users can’t simply gain write access to the underlying table and then mutate it. Instead mutations are done through UpdateTables so that both tables will be updated.

Modules