Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > thwaitライブラリ

library thwait

要約

複数スレッドの終了を待つ機能を提供します。

クラス

class ThWait

Alias of ThreadsWait

class ThreadsWait

複数スレッドの終了を待つ機能を提供します。

例外クラス

class ThreadsWait::ErrNoFinishedThread

nonblock がtrue でかつ、キューが空の時、発生します。

class ThreadsWait::ErrNoWaitingThread

終了を待つスレッドが存在しない時、発生します。

library thwait