Nicholas West
Nicholas West
Okay, so I've been scratching my head on this one for a few months now, and I have yet to come up with anything, so I may as well make...
See issue #170 for more information. I tried to provide a useful spec to test this, but I'm pretty busy and didn't have time to set up a whole thing...
Trying to run the following code: ```ruby require 'chunky_png' ractor = Ractor.new { ChunkyPNG::Canvas.from_file("some_image.png") } img = ractor.take # do something with img... ``` results in a `Ractor::IsolationError` saying that...