An open API service indexing awesome lists of open source software.

https://github.com/zeky84/trevor-assignment-8-multithreading

Java17. Asynchronous Programing. Applying multi-threading and mapping concepts to data processing (fetching data). Creating custom executor to improve code speed.
https://github.com/zeky84/trevor-assignment-8-multithreading

asynchronous-programming cachedthreadpool java-17 mapping multithreading threadpool

Last synced: over 1 year ago
JSON representation

Java17. Asynchronous Programing. Applying multi-threading and mapping concepts to data processing (fetching data). Creating custom executor to improve code speed.

Awesome Lists containing this project

README

          

# trevor-assignment-8-MultiThreading
Java17. Asynchronous Programing. Applying multi-threading and mapping concepts to data processing (fetching data). Creating custom executor to improve code speed.
Applying asynchronous programing to speed up the parsing data of a given assignment. Creating an application file to iterate over a list of tasks and execute those tasks asynchronously
and while doing it adding the values of each task to the a list synchronously(In this case asigning a custom executor of one thread)