590
edits
Comrade693 (talk | contribs) (New page: == Overview == ''Describe the goals and objectives of the feature here.'' ;Background links * feature-tracking bug links * specs or design docs == Security and Privacy == * What security...) |
Comrade693 (talk | contribs) (Overview) |
||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
This feature is intended to provide a way for consumers of storage to read and write from the database asynchronously so that blocking IO calls do not interfere with other work they are doing on the calling thread. In most cases, the calling thread is going to be the main thread, so not having blocking IO on the main thread means that we do not block the UI. | |||
;Background links | ;Background links | ||
edits