Stream.canTimeout

Whether the stream can timeout during operations.

class Stream
@nogc nothrow @safe abstract @property
bool
canTimeout
()

Return Value

Type: bool

true if the stream may time out during operations, false otherwise.

Meta