Actions
Feature #17404
openRactor `move:` API to allow shareability check
Feature #17404:
Ractor `move:` API to allow shareability check
Description
I'd like to ractor.send(message) and express that message should be shareable. Currently I'm given two choices: move: true and move: false / nothing, neither of which have an effect if my message is shareable, and neither of which will tell me in case there's a bug in my program and message is not shareable.
Could we consider a slightly different API (for 3.0 or 3.1)?
Actions