Skip to content
  • Sebastian Dröge's avatar
    Fix up mutability · 086ec5b6
    Sebastian Dröge authored
    Rust assumes that there can only be a single mutable reference at any time, as
    such make use of interior mutability with a mutex for all state of the
    elements.
    086ec5b6