Replies: 1 comment
-
The C API works similar to the Rust API: you bring your own runtime. The example shows how to use it with select, but you can also use poll, epoll, kqueue, whatever you like. hyper even in Rust does not bundle Tokio with it. There's some helper types in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions