raceUntil #5
Labels
enhancement
New feature or request
iterables
For iterable methods (aka: collection methods)
race
Variations on the 'race' function
It'd be nice to have a variation of
race
which tests the results, and returns the first entry that passes the test (instead of the first entry to resolve at all). A use case would be querying multiple systems for a user's information, and only wanting the first one that returned with a meaningful result.The text was updated successfully, but these errors were encountered: