eliias / isorun

Run JavaScript applications embedded in your Rails application.
https://eliias.github.io/isorun
MIT License
42 stars 0 forks source link

Upgrade to magnus 0.7.x → Threads, "render #298

Closed eliias closed 3 months ago

eliias commented 4 months ago

The Magnus 0.7.0 release added support for Ruby Threads, Mutex, and Fibers. This is a good time to get rid of the fork that supports releasing the GVL, and instead revisit the scheduler "model" for v8.

eliias commented 3 months ago

Duplicate of #299