Mir

Code review comment for lp://staging/~kdub/mir/fix-1655929

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

+ std::mutex send_mutex;
std::atomic_bool discard{false};

Maybe I'm missing something, but we don't need a mutex to guard an atomic_bool, and I don't see any other use of it.

review: Needs Information

« Back to merge proposal