Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

v6.2.0

Compare
Choose a tag to compare
@alexandru alexandru released this 11 Oct 07:21
· 35 commits to master since this release

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's flatMap) — see details on the PR