1. 01 Nov, 2019 2 commits
    • Dominik Charousset's avatar
      Provide uniform access to actor properties · f31ecef9
      Dominik Charousset authored
      The new class `actor_traits` allows CAF to have a simple, uniform way to
      ask questions such as "is this a blocking actor?". This supersedes what
      was previously available in `actor_marker.hpp` (the class `actor_marker`
      itself was already unused and consequently got removed).
      f31ecef9
    • Dominik Charousset's avatar
      Merge pull request #946 · fddc1747
      Dominik Charousset authored
      Add experimental API for actor profiling
      fddc1747
  2. 31 Oct, 2019 7 commits
  3. 29 Oct, 2019 3 commits
  4. 28 Oct, 2019 2 commits
    • Joseph Noir's avatar
      Merge pull request #952 · c31c0988
      Joseph Noir authored
      Fix excessive buffering in stream stages
      c31c0988
    • Dominik Charousset's avatar
      Fix excessive buffering in stream stages · efbe5827
      Dominik Charousset authored
      By not considering how many items are currently buffered at a stage, CAF
      happily hands out infinite credit to upstream stages. By restricting the
      maximum capacity we communicate upstream by the number of currently
      cached elements, we achieve the correct behavior.
      efbe5827
  5. 23 Oct, 2019 3 commits
  6. 21 Oct, 2019 1 commit
  7. 20 Oct, 2019 1 commit
  8. 19 Oct, 2019 3 commits
  9. 17 Oct, 2019 7 commits
  10. 16 Oct, 2019 5 commits
  11. 15 Oct, 2019 2 commits
  12. 13 Oct, 2019 4 commits