1. 22 Sep, 2020 2 commits
  2. 21 Sep, 2020 3 commits
    • Dominik Charousset's avatar
      Bump CAF tag · f2395f58
      Dominik Charousset authored
      f2395f58
    • Dominik Charousset's avatar
      Implement new actor type for socket managers · 3e0baf18
      Dominik Charousset authored
      Similarly to `scoped_actor`, the new class `actor_shell` exposes a
      mailbox to another object. However, the new shell type grants
      non-blocking access.
      3e0baf18
    • Dominik Charousset's avatar
      Simplify lifetime management of socket managers · 2c905303
      Dominik Charousset authored
      Our previous design for the endpoint managers required us to use rely on
      a shared ownership model for the multiplexer, because actor proxies held
      a pointer to the socket manager directly. In our revised design, proxies
      and managers are going to use a shared queue instead. This change
      enables us to simplify the ownership model to a simple parent child
      relation between the middleman and the multiplexer.
      2c905303
  3. 17 Sep, 2020 4 commits
  4. 14 Sep, 2020 2 commits
  5. 13 Sep, 2020 1 commit
  6. 11 Sep, 2020 1 commit
  7. 10 Sep, 2020 1 commit
  8. 09 Sep, 2020 1 commit
  9. 02 Sep, 2020 1 commit
  10. 26 Aug, 2020 1 commit
  11. 08 Aug, 2020 1 commit
  12. 30 Jul, 2020 1 commit
  13. 29 Jul, 2020 2 commits
  14. 28 Jul, 2020 1 commit
  15. 27 Jul, 2020 3 commits
  16. 26 Jul, 2020 1 commit
  17. 16 Jun, 2020 3 commits
  18. 15 Jun, 2020 2 commits
  19. 14 Jun, 2020 2 commits
  20. 13 Jun, 2020 3 commits
  21. 12 Jun, 2020 1 commit
  22. 09 Jun, 2020 2 commits
  23. 04 Jun, 2020 1 commit