Instance Method インスタンスメソッド

waitForDataInBackgroundAndNotify()

Asynchronously checks to see if data is available. データが利用可能かどうかを知るために非同期的に調べます。

Declaration 宣言

func waitForDataInBackgroundAndNotify()

Discussion 議論

When the data becomes available, this method posts a NSFileHandleDataAvailable notification on the current thread. データが利用可能になる場合、このメソッドはNSFileHandleDataAvailable通知を現在のスレッド上で投函します。

You must call this method from a thread that has an active run loop. あなたは、このメソッドをアクティブ実行ループを持つスレッドから呼び出さなければなりません。

See Also 参照

Reading Asynchronously with Notifications 通知で非同期に読み出す