README.md in stud-0.0.2 vs README.md in stud-0.0.5
- old
+ new
@@ -12,14 +12,13 @@
For now, these all exist in a single repo because, so far, implementations of
each 'pattern' are quite small by code size.
## Features
-* retry on failure, with back-off, where failure is any exception.
-* generic resource pools
-* supervising tasks
-* tasks (threads that can return values, exceptions, etc)
-* interval execution (do X every N seconds)
+* {Stud::Try} (and {Stud.try}) - retry on failure, with back-off, where failure is any exception.
+* {Stud::Pool} - generic resource pools
+* {Stud::Task} - tasks (threads that can return values, exceptions, etc)
+* {Stud.interval} - interval execution (do X every N seconds)
## TODO:
* Make sure all things are documented. rubydoc.info should be able to clearly
show folks how to use features of this library.