mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-27 03:42:01 +00:00
4b09e77ccb
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. |
||
---|---|---|
.. | ||
codegen | ||
lib |