Enumeration Case 列挙ケース

Stream.Status.writing

Data is being written to the stream. This status would be returned if code on another thread were to call streamStatus on the stream while a write(_:maxLength:) call (OutputStream) was in progress. データはストリームに書き出されています。この状態は、別のスレッド上のコードがstreamStatusをストリーム上で呼び出す一方でwrite(_:maxLength:)呼び出し(OutputStream)が進行中だったようなことがあれば返されるでしょう。

Declaration 宣言

case writing = 4