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 docs to not refer to `#execute` as "blocking" #996

Closed bensheldon closed 1 year ago

bensheldon commented 1 year ago

Also fixes some small other oddities I found when running the code example.

Closes #794

ioquatix commented 1 year ago

Thanks!