Neverlord on master
Remove dead code Fix C++17 deprecation warning Merge branch 'topic/warnings' and 1 more (compare)
Neverlord on dead-code
Neverlord on warnings
Neverlord on warnings
Fix C++17 deprecation warning (compare)
Neverlord on dead-code
Remove dead code (compare)
Neverlord on warnings
Fix deprecation warning (compare)
Neverlord on neverlord
Fix deprecation warning (compare)
Neverlord on neverlord
Fix deprecation warning (compare)
Neverlord on neverlord
Neverlord on master
Fix on_error_complete Fix callback handling in flow::… Allow subscribing to flows with… and 4 more (compare)
Neverlord on neverlord
Fix memory leaks in unit tests (compare)
sender->send(receiver, ...)
, isn't it? Generally speaking, though, CAF does not hand out pointers because actors are supposed to share no state. You handles instead. Maybe this here helps you grok how CAF is structured: https://www.cafcademy.com/articles/implementing-actors-part-1