-
Notifications
You must be signed in to change notification settings - Fork 0
Set up
Sammy Aknan edited this page Mar 31, 2025
·
1 revision
This will explain how to add static-data into an existing java project.
ThreadUtils is part of static-utils. It's allows submitting async tasks to a single thread pool. In addition to this, lifecycle hooks such as ThreadUtils.onShutdownRunSync(ShutdownState, Runnable) exist so that classes can cleanup after themselves.
TODO