core/ractor.rbs in rbs-3.0.0.dev.2 vs core/ractor.rbs in rbs-3.0.0.dev.3

- old
+ new

@@ -1,6 +1,6 @@ # <!-- rdoc-file=ractor.rb --> -# Ractor is a Actor-model abstraction for Ruby that provides thread-safe +# Ractor is an Actor-model abstraction for Ruby that provides thread-safe # parallel execution. # # Ractor.new can make a new Ractor, and it will run in parallel. # # # The simplest ractor