Closed
Bug 1638918
Opened 5 years ago
Closed 5 years ago
Convert kvstore to use a background task queue
Categories
(Core :: SQLite and Embedded Database Bindings, task, P3)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: lina, Assigned: lina)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
kvstore
, the XPCOM binding for Rkv, currently spins up a dedicated thread for storage tasks. We can replace this with a background task queue, like we do in other Rust components.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D75858
Updated•5 years ago
|
Assignee: nobody → lina
Status: NEW → ASSIGNED
Pushed by kcambridge@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f9b54c69e770
Convert kvstore to use a background task queue instead of a one-off thread. r=KrisWright
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
Updated•3 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•