Contents

Stream.Status.reading

Data is being read from the stream. This status would be returned if code on another thread were to call Streamstatus on the stream while a Read(_:maxlength:) call (Inputstream) was in progress.

Declaration

case reading

See Also

Enumeration Cases