Skip to content

What is an EugeneJob?

Niklas edited this page Jun 10, 2021 · 2 revisions
  • is a job system to cached information about your execution
  • cached current thread
  • cached count of execution -> Executor / Scheduler
  • cached alive state OPEN / CLOSED
  • cached runnable state EXECUTOR / SCHEDULER
  • cached job name
  • cached timeunit
  • cached future
  • declaration by EugeneJob ;)
Clone this wiki locally