This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
v6.2.0
Release for PR #57:
- introduces FutureMaker, a
Future
builder` - fixes the implementation to not introduce memory leaks in
flatMap
chains (doing what would be tail-calls optimizations / TCO, but for Future'sflatMap
) — see details on the PR