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.
1 parent 9a1ae90 commit be329e8Copy full SHA for be329e8
README.md
@@ -49,7 +49,7 @@ into several general groups:
49
[Agent](https://github.com/jdantonio/concurrent-ruby/wiki/Agent),
50
[Future](https://github.com/jdantonio/concurrent-ruby/wiki/Future),
51
[Promise](https://github.com/jdantonio/concurrent-ruby/wiki/Promise),
52
- [ScheculedTask](https://github.com/jdantonio/concurrent-ruby/wiki/ScheduledTask),
+ [ScheduledTask](https://github.com/jdantonio/concurrent-ruby/wiki/ScheduledTask),
53
and [TimerTask](https://github.com/jdantonio/concurrent-ruby/wiki/TimerTask)
54
* Erlang-inspired [Supervisor](https://github.com/jdantonio/concurrent-ruby/wiki/Supervisor) and other lifecycle classes/mixins
55
for managing long-running threads
0 commit comments