1. 19 Sep, 2021 1 commit
  2. 16 Sep, 2021 1 commit
  3. 14 Sep, 2021 1 commit
  4. 23 Jul, 2021 9 commits
  5. 13 Mar, 2021 6 commits
  6. 18 Jan, 2021 1 commit
  7. 17 Jan, 2021 1 commit
  8. 10 Jan, 2021 2 commits
  9. 07 Jan, 2021 3 commits
  10. 24 Nov, 2020 3 commits
  11. 09 Oct, 2020 1 commit
  12. 01 Oct, 2020 3 commits
  13. 24 Sep, 2020 1 commit
  14. 22 Sep, 2020 2 commits
  15. 21 Sep, 2020 2 commits
    • Dominik Charousset's avatar
      Implement new actor type for socket managers · 3639db01
      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.
      3639db01
    • Dominik Charousset's avatar
      Simplify lifetime management of socket managers · 06c63715
      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.
      06c63715
  16. 17 Sep, 2020 3 commits