fune/toolkit/components/kvstore
Nika Layzell 73715ce9ac Bug 1843568 - Part 5: Mark some nsIKeyValue types as rust_sync, r=lina
This attribute promises that the interface is threadsafe, and validates it with
some assertions in generated code. As these interfaces were already only
implemented in Rust code, and always threadsafe, the assertions were easy to
add as a example use-case for the new attributes.

Differential Revision: https://phabricator.services.mozilla.com/D183594
2023-07-20 17:39:04 +00:00
..
src
test/xpcshell
Cargo.toml
components.conf
kvstore.sys.mjs
moz.build
nsIKeyValue.idl Bug 1843568 - Part 5: Mark some nsIKeyValue types as rust_sync, r=lina 2023-07-20 17:39:04 +00:00
nsKeyValueModule.h