Closed
Bug 938851
Opened 11 years ago
Closed 11 years ago
Implement some async functions for io/fs using OS.File
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 781486
People
(Reporter: bbenvie, Unassigned)
References
Details
In io/f, many async functions are currently fake async, using setTimeout but still running on the main thread. Some of them can easily be implemented using OS.File (toolkit/modules/osfile) which executes the io off main thread in a worker.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•