ScheduledThreadPoolExecutor.schedule

@throws RejectedExecutionException {@inheritDoc} @throws NullPointerException {@inheritDoc}

  1. ScheduledFuture!(void) schedule(Runnable command, Duration delay)
  2. ScheduledFuture!(V) schedule(Callable!(V) callable, Duration delay)
    class ScheduledThreadPoolExecutor
    schedule
    (
    V
    )
    (,
    Duration delay
    )

Meta