devport-space / dock

Devport spigot utility core.
0 stars 0 forks source link

Thread factory #13

Closed Wertik closed 3 years ago

Wertik commented 3 years ago

Create a thread factory.

ex.:

ThreadUtil.createThreadWithRepeatingTask(() -> {
    // Code
}, delay);

For both repeating and delayed tasks.

DenyCZ commented 3 years ago

Code review pending

Wertik commented 3 years ago

Add methods for delayed and tasks to run at an exact time (millis from epoch).