Skip to content

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 19 Mar 16:39
· 462 commits to main since this release
b96e68e
  • Add functions all, all_ok, all_some, any, any_ok, any_some in zng::task. These functions are dynamic versions of the
  • Task macros all!, all_ok!, all_some!, any!, any_ok! and any_some now accept IntoFuture inputs.