Constructs a Future which will contain value "message" after the given duration elapses.
Constructs a Future which will contain value "message" after the given duration elapses. This is useful only when used in conjunction with other Promises
message to be displayed
duration for the scheduled promise
a scheduled promise
(Since version 2.5.0) Use akka.pattern.after(duration, actorSystem.scheduler)(Future(message)) instead
Constructs a Future which will contain value "message" after the given duration elapses.
Constructs a Future which will contain value "message" after the given duration elapses. This is useful only when used in conjunction with other Promises
message to be displayed
duration for the scheduled promise
a scheduled promise
(Since version 2.5.0) Use akka.pattern.after(duration, actorSystem.scheduler)(Future(message)) instead
useful helper methods to create and compose Promises