Searched refs:CHANNEL_SIZE (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ | ||
H A D | dispatcher.rs | 791 const CHANNEL_SIZE: usize = 3; consts 792 let (resp_sender, resp_receiver) = bounded_channel(CHANNEL_SIZE); |
Completed in 5 milliseconds