-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add support for monoio runtime #206
Comments
I just realized that there is another ticket asking about it. So never mind, thanks. |
@fafhrd91 will it be implemented? |
i want to experiment with it but i am not sure when i will have time |
@fafhrd91 possible to show an implementation of http2 using glommio because i cant seem to find anything about glommio without a search feature in documentation. |
ntex_glommio and glommio feature in ntex-rt provides impl for glommio |
Hi,
Any plans for adding support for bytedance's monoio runtime?
https://github.com/bytedance/monoio
It seems like it has better performance compared to glommio.
in the meanwhile, iss there a way that i can run server without using netx wrapper runtime
#[ntex::main]
?The text was updated successfully, but these errors were encountered: