|
|
|
|
|
by phase_9
4994 days ago
|
|
Yet another promises library (: It's great that people are writing and sharing code, but it feels like people are trying to re-invent the wheel when stable, mature and well tested libraries[0] already exist for these problems. [0] https://github.com/cujojs/when |
|
My requirements matched closely with the promises test-suite recently released, including a requirement that all promises be delivered asynchronously and efficiently if possible (`when` does not satisfy this requirement).
I could not find any existing small, embeddable libraries that satisfied all of these requirements.