open static fun wait(delay: Long, timeUnit: TimeUnit!): Future<Void!>!
Returns a future that wait a delay to finish
delay - Long: the delay to wait
delay
timeUnit - TimeUnit!: the time unit
timeUnit
Return Future<Void!>!: a future of the execution