ruby-concurrency / concurrent-ruby

Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
https://ruby-concurrency.github.io/concurrent-ruby/
Other
5.68k stars 418 forks source link

Fix TimerTask example output #1003

Closed bensheldon closed 1 year ago

bensheldon commented 1 year ago

The correct number of booms is 5. Noted in https://github.com/ruby-concurrency/concurrent-ruby/pull/996#discussion_r1252858025

ioquatix commented 1 year ago

Thanks!