We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Ractor#take
1 parent 4eb8544 commit 982a4c4Copy full SHA for 982a4c4
1 file changed
benchmark/lib/benchmark_driver/runner/ractor.rb
@@ -87,7 +87,7 @@ def render(results:)
87
<% end %>
88
89
# Wait for all Ractors before executing code to write results
90
-__bmdv_ractors.map!(&:take)
+__bmdv_ractors.map!(&:value)
91
92
<% results.each do |result| %>
93
File.write(<%= result.dump %>, __bmdv_ractors.shift)
0 commit comments