Skip to content
Snippets Groups Projects
  1. Apr 04, 2023
  2. Feb 07, 2023
  3. Feb 02, 2023
  4. Jan 26, 2023
    • Maria Matejka's avatar
      Object locks use events · 05d8c369
      Maria Matejka authored
      Instead of calling custom hooks from object locks, we use standard event
      sending mechanism to inform protocols about object lock changes. This is
      a backport from version 3 where these events are passed across threads.
      
      This implementation of object locks doesn't use mutexes to lock the
      whole data structure. In version 3, this data structure may get accessed
      from multiple threads and must be protected by mutex.
      05d8c369
  5. Jan 25, 2023
Loading