public class Timers$
extends java.lang.Object
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
public static final Timers$ MODULE$