FileStream.canTimeout

Whether the stream can timeout during operations.

class FileStream
@nogc @safe override @property nothrow
bool
canTimeout
()

Return Value

Type: bool

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

Meta