ramda-adjunct icon indicating copy to clipboard operation
ramda-adjunct copied to clipboard

raceP

Open char0n opened this issue 5 years ago • 0 comments

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

char0n avatar Dec 24 '19 09:12 char0n