Ibraheem Ahmed
Ibraheem Ahmed
Making threads always active is problematic because threads do not necessarily need to call `leave` before exiting, which could leak memory. Without a global collector we can't really deal with...
I'm going to close this because this use-case is served by `Guard::refresh`.
I personally don't see the need to include it as long as we have easy-to-find documentation. cc @zanieb.
Static routes don't allow for empty parameters. You can add `/` as a separate route to the same value if you want that behavior.
Feel free to reopen if you have further questions.
Still going through the ecosystem report, but it looks more promising than https://github.com/astral-sh/ruff/pull/21747.
Ecosystem report looks a lot better now!
@carljm that example should be fixed now, thanks.
I simplified the implementation a bit, and that seems to have resolved the timeout and performance regressions.
FWIW I discussed the core ideas behind this PR with @dcreager, so this should be good to land!