Package | Description |
---|---|
org.dromara.hutool.core.thread |
提供线程及高并发封装,入口为ThreadUtil
|
Constructor and Description |
---|
SimpleScheduler(SimpleScheduler.Job<T> job,
long period)
构造
|
SimpleScheduler(SimpleScheduler.Job<T> job,
long initialDelay,
long period,
boolean fixedRateOrFixedDelay)
构造
|
Copyright © 2025. All rights reserved.