vickumar1981 / pyeffects

Handle side-effects in Python like a boss. Implements functional types for Either, Option, Try, and Future.
Other
30 stars 6 forks source link

Add Documentation (Sphinx) for `on_failure` and `on_success` for both `Try` and `Future` classes #26

Open vickumar1981 opened 11 months ago

vickumar1981 commented 11 months ago

Now that we have on_success and on_failure working for Try and Future, we should add them to the Read the Docs.

https://github.com/vickumar1981/pyeffects/blob/master/docs/future.rst

https://github.com/vickumar1981/pyeffects/blob/master/docs/try.rst