We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.rs/http_router/0.1.0/http_router/index.html
This package populates the macros, which are also thread-safe. So, releasing and acquiring RwLock should not be a bottleneck anymore.
Can try this.
The text was updated successfully, but these errors were encountered:
Cloning an Arc makes little sense if we want to use a RwLock. Can try to get rid of it.
https://stackoverflow.com/questions/33116317/when-would-you-use-a-mutex-without-an-arc
Sorry, something went wrong.
Partial fix at : #156
https://github.com/squeaky-pl/japronto/blob/master/src/japronto/router/analyzer.py#L43
Have a look at this implementation.
No branches or pull requests
https://docs.rs/http_router/0.1.0/http_router/index.html
This package populates the macros, which are also thread-safe. So, releasing and acquiring RwLock should not be a bottleneck anymore.
Can try this.
The text was updated successfully, but these errors were encountered: