1. 05 Oct, 2019 1 commit
    • Dominik Charousset's avatar
      Synchronize endpoint managers only via their queue · c75ccdd8
      Dominik Charousset authored
      Using both a queue plus atomic bitmask for read and write flags
      introduces race conditions between the two. As a result, the endpoint
      manager ends up in corrupt states. This redesign synchronizes the
      endpoint manager in the same way CAF synchronizes actors: via a single
      mailbox that indicates whether the manager is blocked (currently waiting
      for new events or messages) or not.
      c75ccdd8
  2. 26 Sep, 2019 4 commits
  3. 25 Sep, 2019 8 commits
  4. 22 Sep, 2019 16 commits
  5. 21 Sep, 2019 3 commits
  6. 20 Sep, 2019 2 commits
  7. 19 Sep, 2019 4 commits
  8. 18 Sep, 2019 2 commits