るりまサーチ

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

別のキーワード

  1. struct new
  2. mkmf have_struct_member
  3. struct each
  4. struct members

検索結果

int rb_thread_select(int max, fd_set *read, fd_set *write, fd_set *except, struct timeval *timeout) (6241.0)

この関数は deprecated です。rb_thread_fd_select を使用してください。

...rb_thread_fd_select を使用してください。

Ruby のスレッドは実装のために内部で select(2) を使っているため、
拡張ライブラリ内で独自に select(2) を使った場合の動作は保証されません。
代わりにこの関数 rb_thread_select を使ってく...
...ださい。
引数の意味は select(2) と同じです。...