socketry / async

An awesome asynchronous event-driven reactor for Ruby.
MIT License
2.05k stars 85 forks source link

Extended documentation #250

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago

Fixes https://github.com/socketry/async/issues/73.

Contribution

dniman commented 1 year ago

In guides/asynchronous-tasks/readme.md 3.times should be changed to 1.upto(3)

ioquatix commented 1 year ago

Oh yes thanks.