Skip to content
Snippets Groups Projects
  1. Jun 04, 2024
  2. Jun 03, 2024
  3. May 31, 2024
  4. May 29, 2024
  5. May 16, 2024
  6. May 15, 2024
  7. May 14, 2024
  8. May 13, 2024
  9. May 07, 2024
  10. May 06, 2024
  11. May 03, 2024
  12. Apr 25, 2024
  13. Apr 24, 2024
    • Fedor Telnov's avatar
      fix: use tarantool's Mutex instead of RefCells · 0d6f5acf
      Fedor Telnov authored
      Previously sbroad used ordinary Rust's `RefCell` for smart pointer behaviour.
      It's pretty dangerous in tarantool environment, as it will be human responsibility to
      check that no yield happens before `RefCell` is unlocked.
      
      It causes problems with, for instance, cartridge's `apply_config` during live load - 
      it needs to exclusively borrow the metadata, but it's already borrowed by ordinary insert requests.
      0d6f5acf
  14. Apr 19, 2024
  15. Apr 17, 2024
Loading