ramda-adjunct
ramda-adjunct copied to clipboard
raceP
Is your feature request related to a problem? Please describe.
Functional Promise.race
Describe the solution you'd like
const raceP = curry1(bind(Promise.race, Promise));
Additional context Ref https://github.com/char0n/ramda-adjunct/issues/35