1. 08 Jul, 2021 1 commit
  2. 23 Mar, 2020 1 commit
    • Steven Allen's avatar
      fix: make close work again · d1d80624
      Steven Allen authored
      Reference pstoremem components by pointer to:
      
      1. Avoid copying locks around on construction.
      2. Avoid copying these around when calling `weakClose`.
      3. Ensures that they all implement the `io.Closer` interface (it's implemented
      on the pointer, not the value).
      
      Technically, we could have just taken a reference when calling `weakClose`, but
      this is cleaner.
      d1d80624
  3. 06 Mar, 2020 1 commit
  4. 17 May, 2019 1 commit
  5. 05 Sep, 2018 1 commit
  6. 04 Sep, 2018 1 commit
  7. 30 Aug, 2018 2 commits