Project

General

Profile

Actions

Backport #8187

closed

timeout doesn't interrupt assignment.

Added by robertgleeson (Robert Gleeson) about 11 years ago. Updated about 11 years ago.

Status:
Rejected
Assignee:
-
[ruby-core:53835]

Description

Timeout does not interrupt & raise like usual with this example code:

require 'timeout'
Timeout.timeout(0.5) do
x = " "*(2**31)
end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0