るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.039秒)
トップページ > クエリ:|[x] > クエリ:-[x] > クエリ:timeout[x] > ライブラリ:ビルトイン[x]

別のキーワード

  1. _builtin |
  2. set |
  3. ipaddr |
  4. integer |
  5. array |

クラス

モジュール

検索結果

IO.select(reads, writes = [], excepts = [], timeout = nil) -> [[IO]] | nil (310.0)

select(2) を実行します。

...る IO オブジェクトの配列を渡します。

@param excepts 例外待ちする IO オブジェクトの配列を渡します。

@param timeout タイムアウトまでの時間を表す数値または nil を指定します。数値で指定したときの単位は秒です。nil を指定...

Kernel.#select(reads, writes = [], excepts = [], timeout = nil) -> [[IO]] | nil (310.0)

IO.select と同じです。

...IO.select と同じです。

@param reads IO.select 参照
@param writes IO.select 参照
@param excepts IO.select 参照
@param timeout IO.select 参照


@see IO.select...