class

CancelReader::FallbackReader

Inherits CancelReader::Reader < Reference < Object

fallbackCancelReader implements CancelReader but does not actually support cancellation during an ongoing Read() call. Thus, Cancel() always returns false.

Constructors

new(reader : IO)
Source

Instance methods

cancel
Source
close
Source
read(slice : Bytes) : Int32
Source