Introducing watching for completion earlier

So we can terminate the ActorSystem
This commit is contained in:
Arnout Engelen 2017-04-06 11:17:10 +02:00
parent 952fa34c70
commit 18eee18b8c
5 changed files with 71 additions and 36 deletions

View file

@ -0,0 +1,7 @@
//#main-app
public class Main {
public static void main(String[] argv) {
// Code here
}
}
//#main-app