Package com.secoo.coobox.library.util.schedule

Types

EarlyBirdExecutor
Link copied to clipboard
class EarlyBirdExecutor(period: Long)
早鸟(早起的鸟儿有虫吃)执行器, 在对应的时间周期内,只执行第一个提交的任务
LastWinExecutor
Link copied to clipboard
class LastWinExecutor(timeSpanInMills: Long)
任务执行器,在规定的时间内执行提交,最后一个会被执行,之前的会被取消