When you link two actors, each is notified if the other terminates. To establish the linkage, simply call the link method with a reference to the other actor.
def act() {
link(master)
...
}
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.