Skip to content

1.2.3

Compare
Choose a tag to compare
@jakehawken jakehawken released this 11 Jul 01:25
· 14 commits to main since this release

I believe the issues around Future.merge(_:) have been fixed as I realized that the root cause was that the callbacks all executed on the same thread as the resolution of the promise, resulting in a deadlock. This release also reverts the broken state of the previous release.