Skip to content

✨ New Chain API πŸ”—

Choose a tag to compare

@supermacro supermacro released this 01 Mar 16:47
· 765 commits to master since this release

This release introduces a new set of functions for chaining async tasks.

there are 8 variants:

chain, chain3, chain4, etc all the way to chain8.

This api makes working with async Results very very very nice!

Check out the docs for usage and examples.