dc_accounts_t

Type Alias dc_accounts_t 

Source
pub type dc_accounts_t = RwLock<Accounts>;
Expand description

Reader-writer lock wrapper for accounts manager to guarantee thread safety when using dc_accounts_t in multiple threads at once.

Aliased Typeยง

pub struct dc_accounts_t { /* private fields */ }