Skip to content
New issue

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

EkkeServer: Create something more performant for ROUTES than a Mutex #1

Open
najamelan opened this issue Mar 5, 2019 · 0 comments
Open

Comments

@najamelan
Copy link
Member

Get's accessed on every http request.

Should be read optimized.

Problem: Actix::Recipient is not Sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment