るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.018秒)
トップページ > バージョン:2.5.0[x] > モジュール:Kernel[x] > クエリ:Time[x] > クエリ:timeout[x] > 種類:モジュール関数[x]

別のキーワード

  1. time httpdate
  2. time iso8601
  3. time rfc2822
  4. time parse
  5. time strptime

ライブラリ

検索結果

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

IO.select と同じです。

IO.select と同じです。

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


@see IO.select