mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-02 09:46:06 +00:00
fcc7058e9c
Previosly, panicking query would remove in-progress memos from the table. However, we use panic for cancellation, so it's reasonable to **not** remove the old result after panic. This is also known as string exception safety guarantee: not only database is in *some* consistent state after a panic, it is in the same state it was before the panic! |
||
---|---|---|
.. | ||
gc | ||
incremental | ||
parallel | ||
storage_varieties | ||
cycles.rs | ||
dyn_trait.rs | ||
interned.rs | ||
macros.rs | ||
no_send_sync.rs | ||
panic_safely.rs | ||
requires.rs | ||
transparent.rs | ||
variadic.rs |