-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
The raceFirst function must have the same semantics as the IO.race function of the Cats-Effect library.
In detail, here is the expected behavior:
- If the quickest execution succeeds, return its value and cancel the other executions.
- If the quickest execution fails, return its error and cancel the other executions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request