How can I make Channel::send non-blocking? #11589
-
I am sending video frame data to Tauri using a Channel. The data format is The structure of my program is roughly as follows: Server (Remote) The execution time for the channel's send function is quite long, and it blocks the Tokio asynchronous executor. Is there a way to make send non-blocking? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
mark &'static [u8] |
Beta Was this translation helpful? Give feedback.
mark &'static [u8]