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)
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