模块 okhttps

接口 Scheduler


  • public interface Scheduler
    调度器
    • 方法详细资料

      • schedule

        void schedule​(Runnable task,
                      int delay,
                      TimeUnit unit)
        延时执行任务
        参数:
        task - 任务
        delay - 延迟时间
        unit - 时间单位