There’s currently no ‘this.self’ (ActorJob) in a A...
# coroutines
r
There’s currently no ‘this.self’ (ActorJob) in a ActorScope - to use when telling child actors which mailbox to reply to - is this by design? I’m aware it’s in Akka but not so familiar with Actors to tell whether that’s a hack or actually a valid use case? Also wondering whether an initial message to an actor to tell it about itself is bad design 🙂