1. 06 Mar, 2013 1 commit
  2. 27 Feb, 2013 2 commits
  3. 26 Feb, 2013 2 commits
  4. 22 Feb, 2013 8 commits
  5. 20 Feb, 2013 4 commits
  6. 19 Feb, 2013 7 commits
  7. 18 Feb, 2013 3 commits
  8. 17 Feb, 2013 1 commit
  9. 15 Feb, 2013 1 commit
  10. 12 Feb, 2013 4 commits
  11. 08 Feb, 2013 1 commit
    • Dominik Charousset's avatar
      added `continue_with` to nonblocking API · 7f9d99c4
      Dominik Charousset authored
      this patch enables `sync_send(...).then(...).continue_with(...)`
      (relates #58) and makes using the nonblocking API explicit to use
      in context-switching and thread-based actors by requiring a call
      to `self->exec_behavior_stack()`
      7f9d99c4
  12. 07 Feb, 2013 5 commits
  13. 05 Feb, 2013 1 commit
    • Dominik Charousset's avatar
      some tweaks to unit tests · 3efb67a3
      Dominik Charousset authored
      this patch enables actor_ptr to be used in `CPPA_CHECK_EQUAL` and
      uses the new functor-based `timed_sync_send` API in test__remote_actor.hpp
      3efb67a3