1. 24 May, 2016 1 commit
    • Dominik Charousset's avatar
      Implement non-null guarantee for handles · c57e7e92
      Dominik Charousset authored
      CAF now assumes handle types (actor_addr, actor, typed_actor<...>) to be
      non-null. Actors can break this assumption by constructing handles with
      `unsafe_actor_handle_init`, but any attempt to use such a handle causes
      undefined behavior. This gives handles reference-like semantics, as opposed to
      pointer-like semantics. Relates #461.
      c57e7e92
  2. 20 May, 2016 6 commits
  3. 19 May, 2016 1 commit
  4. 11 May, 2016 4 commits
  5. 10 May, 2016 3 commits
  6. 09 May, 2016 1 commit
  7. 06 May, 2016 2 commits
  8. 04 May, 2016 3 commits
  9. 02 May, 2016 1 commit
  10. 29 Apr, 2016 8 commits
  11. 27 Apr, 2016 2 commits
  12. 26 Apr, 2016 1 commit
  13. 25 Apr, 2016 1 commit
  14. 22 Apr, 2016 6 commits