Actions
Feature #17286
open`Ractor.new` should accept `move: true`
Feature #17286:
`Ractor.new` should accept `move: true`
Status:
Open
Assignee:
-
Target version:
-
Updated by ko1 (Koichi Sasada) over 5 years ago
I'm also thinking about the same feature, and the problem is, maybe we should choose move or copy on each parameters:
and I have no good idea about it.
is one idea (wrap with special object for passing argument), but not sure it is the best....
Updated by marcandre (Marc-Andre Lafortune) over 5 years ago
I'd say let's start with a simple version and see what use-cases come up.
Seems already possible to mix and match anyways... Open the Ractor with one mode and yield the other parameters using the other mode.
Actions