 | FutureTimeoutSupport Class |
Used to help make it easier to schedule timeouts in conjunction
with the built-in
IScheduler
Inheritance Hierarchy
Namespace:
Akka.Pattern
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxpublic static class FutureTimeoutSupport
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FutureTimeoutSupport = class end
The FutureTimeoutSupport type exposes the following members.
Methods
| Name | Description |
---|
  | AfterT |
Returns a Task that will be completed with the success or failure
of the provided value after the specified duration.
|
Top
See Also