This project is a simple demonstration of multi-threading API calls and using ExecutorService
to ensure they are all
finished.
The ExecutorService
code can be found in the main class here
The API called just returns the time.
A small project to demonstrate multi-threading API calls for improved performance
Java
This project is a simple demonstration of multi-threading API calls and using ExecutorService
to ensure they are all
finished.
The ExecutorService
code can be found in the main class here
The API called just returns the time.