| Timers Class |
INTERNAL API
Various stages for controlling timeouts on IO related streams (although not necessarily).
The common theme among the processing stages here that
- they wait for certain event or events to happen
- they have a timer that may fire before these events
- if the timer fires before the event happens, these stages all fail the stream
- otherwise, these streams do not interfere with the element flow, ordinary completion or failure
Inheritance Hierarchy
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static class Timers
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Timers = class end
The Timers type exposes the following members.
Methods Fields See Also