mirror of
https://github.com/rwf2/Rocket.git
synced 2025-03-06 14:32:06 +00:00
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. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |