Skip to content
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.

TODO

Clone this wiki locally