module Time::_Timeout

A type that’s used for timeouts.

All numeric types implement this, but custom classes can also implement it if desired.

Usage of Time::_Timeout is fairly common throughout the stdlib, such as in Kernel#sleep, IO#timeout=, and TCPSocket#newβ€˜s connet_timeout field.