Project

General

Profile

This project is closed and read-only.

Actions

Backport #8187

closed

timeout doesn't interrupt assignment.

Backport #8187: timeout doesn't interrupt assignment.

Added by robertgleeson (Robert Gleeson) over 13 years ago. Updated over 13 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: PDF Atom