Skip to content

Propagate interrupt after interrupted sleep loop.#5845

Merged
headius merged 1 commit intojruby:masterfrom
headius:interrupt_after_interrupted_loop
Aug 29, 2019
Merged

Propagate interrupt after interrupted sleep loop.#5845
headius merged 1 commit intojruby:masterfrom
headius:interrupt_after_interrupted_loop

Conversation

@headius
Copy link
Member

@headius headius commented Aug 22, 2019

In order for users to be able to test if the thread's sleep loop
was interrupted, we need to ensure the interrupt bit is set after
an interrupted loop, even if the loop itself ignores the
interrupt.

See #4206.

In order for users to be able to test if the thread's sleep loop
was interrupted, we need to ensure the interrupt bit is set after
an interrupted loop, even if the loop itself ignores the
interrupt.

See jruby#4206.
@headius headius added this to the JRuby 9.2.9.0 milestone Aug 29, 2019
@headius headius merged commit 8c194ab into jruby:master Aug 29, 2019
@headius headius deleted the interrupt_after_interrupted_loop branch August 29, 2019 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant