1. 19 Apr, 2016 7 commits
  2. 18 Apr, 2016 7 commits
  3. 15 Apr, 2016 1 commit
    • Dominik Charousset's avatar
      Simplify pattern matching, remove `others` · a441111d
      Dominik Charousset authored
      Add new unexpected message handler to actors that centralizes how actors deal
      with messages that are not handled in their current behavior. This obsoletes
      the previous approach of cluttering the code base with `others >>` handlers.
      Relates #444. Also relates #446, since the new interface uses
      `type_erased_tuple` and is a first step towards removing `message` from the
      interface of actors entirely.
      
      Removing `others` as well as the "advanced pattern matching syntax" from CAF
      opens up design space, allows for several optimizations, and improves
      compatibility to MSVC.
      a441111d
  4. 14 Apr, 2016 3 commits
  5. 13 Apr, 2016 2 commits
  6. 12 Apr, 2016 1 commit
  7. 11 Apr, 2016 3 commits
  8. 10 Apr, 2016 1 commit
  9. 09 Apr, 2016 2 commits
  10. 06 Apr, 2016 4 commits
  11. 04 Apr, 2016 5 commits
  12. 01 Apr, 2016 1 commit
  13. 30 Mar, 2016 1 commit
  14. 23 Mar, 2016 1 commit
  15. 22 Mar, 2016 1 commit