Rocket/contrib
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
..
codegen Improve 'FromForm' derive error spans. 2021-03-04 02:11:06 -08:00
lib Decrease lock period while reloading templates. 2021-03-11 02:55:38 -08:00