fune/toolkit/modules/docs
Marco Bonardo f74b84ea35 Bug 1805529 - The Sqlite.sys.mjs module may open connections too late on shutdown. r=Gijs
Asynchronously opening a connection through the Sqlite module may intersect a
shutdown phase so that the request for the connection happens when the phase is
still open, but the callback is invoked after the phase has been closed.
In this case adding a shutdown blocker to close the connection will fail and
async shutdown is likely to crash after waiting for the Sqlite module.
In these edge cases it's safer to just close the connection and reject to the
consumer.

Differential Revision: https://phabricator.services.mozilla.com/D164597
2023-01-05 13:33:23 +00:00
..
AsyncShutdown.rst Bug 1805529 - The Sqlite.sys.mjs module may open connections too late on shutdown. r=Gijs 2023-01-05 13:33:23 +00:00
FirstStartup.rst
index.rst
Region.rst