Skip to main content

Module state

Module state 

Source

Structs§

AppState
Shared application state. MessageRepository wraps rusqlite::Connection which is not Send+Sync, so we wrap it in a Mutex for thread-safe access.

Type Aliases§

FindMyFriendsCache
Cached FindMy friends locations (handle -> location JSON) + last refresh time.