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

Typo fix in Event docs #921

Closed andrewdotn closed 3 years ago

andrewdotn commented 3 years ago

This also rearranges the output order to highlight the case where t1 will wait before t2 calls set.

chrisseaton commented 3 years ago

Thank you for this contribution.