Actions
Bug #19367
openIssue with ractor local storage API
Description
In a non-main ractor, you can do Ractor.main[:key] = 'val', but it only affects storage for Ractor.current, not Ractor.main (which is good!).
I think it should throw a RuntimeError if trying to get/set ractor-local storage for non-current ractor.
Patch coming.
Actions
Like0
Like0Like0