Skip to content

Instantly share code, notes, and snippets.

@diogoaurelio
Created December 20, 2017 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diogoaurelio/67862899fe9e06ed2bbe143e6c6b3785 to your computer and use it in GitHub Desktop.
Save diogoaurelio/67862899fe9e06ed2bbe143e6c6b3785 to your computer and use it in GitHub Desktop.
trait Actor {
final def sender(): ActorRef = context.sender()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment