meli/ui
Manos Pitsidianakis 78eecbb104
melib: Hide Envelope behind RwLock
Envelope can now only be accessed from within a RwLock. Two new structs
are introduced: EnvelopeRef and EnvelopeRefMut. These hold a reference
to an Envelope and the mutex guard that keeps them alive.

This change allows sharing of the envelopes hash map amongst threads.
2019-11-08 15:13:41 +02:00
..
src melib: Hide Envelope behind RwLock 2019-11-08 15:13:41 +02:00
Cargo.toml add sqlite3 feature WIP 2019-11-08 15:13:41 +02:00