Actions
Bug #17368
closed`Ractor.select()` loops forever
Bug #17368:
`Ractor.select()` loops forever
Description
I propose it raises an error in https://github.com/ruby/ruby/pull/3848
Ractor.select # => loops
# after
Ractor.select # => ArgumentError, "specify at least one ractor or `yield_value`"
Updated by ko1 (Koichi Sasada) almost 5 years ago
+1
Updated by marcandre (Marc-Andre Lafortune) almost 5 years ago
- Status changed from Open to Closed
Merged, thanks!
Actions