target_thread.pending_interrupt?(error = nil) â true/false
Instance Public methods
Returns whether or not the asychronous queue is empty for the target thread.
If error
is given, then check only for error
type
deferred events.
See ::pending_interrupt? for more information.
Please login to continue.