This commit is contained in:
half-sync-half-async/src/main/java/com/iluwatar/halfsynchalfasync
@ -94,6 +94,8 @@ public class App {
|
||||
service.execute(new ArithmeticSumTask(500));
|
||||
service.execute(new ArithmeticSumTask(2000));
|
||||
service.execute(new ArithmeticSumTask(1));
|
||||
|
||||
service.close();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user