Mir

Code review comment for lp:~raof/mir/make-default-surface-store-threadsafe

Revision history for this message
Chris Halse Rogers (raof) wrote :

It's not quite (*store)[id], but (**store)[id] is much nicer than (**(store.lock()))[id].

« Back to merge proposal