rubyjs / therubyracer

Embed the V8 Javascript Interpreter into Ruby
1.66k stars 191 forks source link

Ensure that JavaScript execution contexts can span fibers #349

Closed cowboyd closed 8 months ago

cowboyd commented 9 years ago

As part of the 1.0 target Two different scripts should be able to execute within two different fibers, without Ruby or V8 hanging or crashing.

see: https://github.com/cowboyd/therubyracer/issues/104