Rocket/contrib/lib
Sergio Benitez 4b09e77ccb Decrease lock period while reloading templates.
Previously, an `rx` lock was held for the entirety of the check period,
effectively making request handling serial. The implementation also held
a `write` lock to templating context while an expensive user-callback
was called, limiting template-related concurrency during that period.
This was changed so no lock is held during that period and a write-lock
is held only for the duration of the context field write.
2021-03-11 02:55:38 -08:00
..
src Decrease lock period while reloading templates. 2021-03-11 02:55:38 -08:00
tests Test 'secret_key' validation, now on pre-launch. 2021-03-09 21:57:26 -08:00
Cargo.toml Impl '(De)Serialize' for 'contrib::Uuid'. 2021-03-05 14:28:11 -08:00