method
check_suspend
v2_1_10 -
Show latest stable
- Class:
DEBUGGER__::Context
check_suspend()public
No documentation available.
# File lib/debug.rb, line 243
def check_suspend
while MUTEX.synchronize {
if @suspend_next
DEBUGGER__.waiting.push Thread.current
@suspend_next = false
true
end
}
end