douglascrockford / parseq

Better living thru immediacy!
214 stars 28 forks source link

race_object #4

Closed kostadinnm closed 5 years ago

kostadinnm commented 5 years ago

Why there is parallel_object and no race_object!?

douglascrockford commented 5 years ago

parallel_object delivers an object containing all of the values from the parallel request. race delivers the winning value of the parallel request and discards the rest.