Skip to content

All tryCall to take N number of lazy colsures and return a tuple of results if all succeed, or an array of Exceptions #19

@aliak00

Description

@aliak00
tryCall(
  call1(),
  call2(),
  call3(),
).match!(
  (Result1 r1, Result2, r2, Result3 r3) {},
  (Exception[] exceptions) {},
);

Or something

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions