Commit graph

5 commits

Author SHA1 Message Date
6f9ce55404 Add a __repr__ method to Future 2019-02-15 13:51:36 -05:00
Correl Roush
71db6f311e Update Future.sequence to accept an iterable of any awaitable object 2019-01-04 11:47:04 -05:00
Correl Roush
e623ba0571 Remove conditional behavior of Future.pure
It was not wrapping awaitable values in a new awaitable, which is
incorrect and confusing behavior.
2019-01-04 11:44:38 -05:00
a340cfea68 Ensure the types are correct for all monad methods 2019-01-03 22:28:41 -05:00
93bc193494 Add the Future monad 2018-12-12 23:00:18 -05:00