るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.185秒)
トップページ > クエリ:i[x] > クエリ:-[x] > クエリ:@[x] > クエリ:self[x] > クエリ:pending_interrupt?[x]

別のキーワード

  1. object yield_self
  2. _builtin yield_self
  3. codeobject document_self=
  4. tracepoint self
  5. codeobject document_self

ライブラリ

クラス

検索結果

Thread#pending_interrupt?(error = nil) -> bool (30428.0)

self の非同期例外のキューが空かどうかを返します。

...
self
の非同期例外のキューが空かどうかを返します。

@
param error 対象の例外クラスを指定します。


@
see Thread.pending_interrupt?...