TFileReaderTransport.readTimeout

If positive, wait the specified duration for new data when arriving at end of file. If negative, wait forever (tailing mode), waking up to check in the specified interval. If zero, do not wait at all.

Defaults to 500 ms.

  1. Duration readTimeout()
    class TFileReaderTransport
    @property const
    Duration
    readTimeout
    ()
  2. void readTimeout(Duration value)
  3. enum DEFAULT_READ_TIMEOUT;

Meta