1. 06 Mar, 2013 3 commits
  2. 05 Mar, 2013 1 commit
    • Dominik Charousset's avatar
      restructured actor class hierarchy · ef0b744f
      Dominik Charousset authored
      this patch removes several classes and mixins in the actor class hierarchy and
      introduces a new mixin facility (`extend<...>::with<...>`);
      this patch also refactores several function signatures to take `actor_ptr`
      arguments rather than `actor*`
      ef0b744f
  3. 27 Feb, 2013 3 commits
  4. 26 Feb, 2013 2 commits
  5. 22 Feb, 2013 8 commits
  6. 20 Feb, 2013 4 commits
  7. 19 Feb, 2013 7 commits
  8. 18 Feb, 2013 3 commits
  9. 17 Feb, 2013 1 commit
  10. 15 Feb, 2013 1 commit
  11. 12 Feb, 2013 4 commits
  12. 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
  13. 07 Feb, 2013 2 commits