static fun <V : Any!> schedule(callable: Callable<V>!, delay: Long, timeUnit: TimeUnit!): Future<V>!
Execute a callable with delay on the thread pool.
callable
- Callable<V>!: the callable
delay
- Long: the delay
timeUnit
- TimeUnit!: the delay time unit
Return
Future<V>!: a future of the computed result