mirror of
https://git.proxmox.com/git/proxmox
synced 2025-11-03 05:40:30 +00:00
We sometimes need to do some in-memory only stuff, e.g., to check if GC is already running for a datastore, which is a try_lock on a mutex that is in-memory. Actually the whole thing would be nicer if we could guarantee to hold the correct contract statically, e.g., like https://docs.rust-embedded.org/book/static-guarantees/design-contracts.html Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
|---|---|---|
| .. | ||
| tape | ||
| acl.rs | ||
| common_regex.rs | ||
| crypto.rs | ||
| datastore.rs | ||
| file_restore.rs | ||
| human_byte.rs | ||
| jobs.rs | ||
| key_derivation.rs | ||
| lib.rs | ||
| maintenance.rs | ||
| network.rs | ||
| openid.rs | ||
| percent_encoding.rs | ||
| remote.rs | ||
| traffic_control.rs | ||
| user.rs | ||
| userid.rs | ||
| zfs.rs | ||