1. 19 Feb, 2013 3 commits
  2. 18 Feb, 2013 3 commits
  3. 17 Feb, 2013 1 commit
  4. 15 Feb, 2013 1 commit
  5. 12 Feb, 2013 4 commits
  6. 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
  7. 07 Feb, 2013 5 commits
  8. 05 Feb, 2013 6 commits
  9. 04 Feb, 2013 1 commit
  10. 01 Feb, 2013 3 commits
  11. 31 Jan, 2013 4 commits
  12. 17 Jan, 2013 1 commit
    • Dominik Charousset's avatar
      auto-reply EXITED to orphaned sync requests · eb2b833a
      Dominik Charousset authored
      this patch enables libcppa's runtime system to automatically reply 'EXITED'
      messages to synchronous request messages if the receiver has already
      finished execution; this is essential to make timeout definitions
      for synchronous receive operations optional
      eb2b833a
  13. 16 Jan, 2013 3 commits
  14. 07 Jan, 2013 4 commits