Closed
Bug 885116
Opened 12 years ago
Closed 8 years ago
[email] Replace allback.js with popular existing library; maybe promises. Otherwise make it its own lib
Categories
(Firefox OS Graveyard :: Gaia::E-Mail, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: asuth, Unassigned)
Details
allback.js is a poor man's Q.all() but which has the nice bonus that because the callbacks are explicitly named, failures are potentially a bit more intuitive. The world really does not need anymore asynchronous control flow helper libraries, so we either just want to use a promises implementation or find a popular lib that might otherwise be useful. We (calendar, email) have decided on using https://github.com/visionmedia/co as our generator support library, so anything we might pick should work with that.
Comment 1•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•