Scheduled
Returned once a task was scheduled on the EventLoop
for later execution.
struct Scheduled<T>
A Scheduled
allows the user to either cancel()
the execution of the scheduled task (if possible) or obtain a reference to the EventLoopFuture
that will be notified once the execution is complete.