Why websocket depends on future crate? #1257
-
Hello maybe It is about rust asnyc echo system but I have a question. Tokio does not support When I split websocket and it gives me Sink and Stream. But tokio does not support I wonder why axum uses Sink and Stream which depends on |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That's impossible to remove. That's just what async rust is today. |
Beta Was this translation helpful? Give feedback.
That's impossible to remove. That's just what async rust is today.