You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sammy Aknan edited this page Mar 31, 2025
·
1 revision
Add static-data to a project
This will explain how to add static-data into an existing java project.
Set up ThreadUtils
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.