-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
Hello, thank you very much for this crate. Exactly what I need for my application. I would like to ask:
How expensive to create one ReceiveStream
from Receiver
?
If that is expensive, can you provide something like tokio ReceiverStream which takes the ownership of Receiver
since axum::body::Body::from_stream
requires an owned stream.
yingmanwumen