Home
last modified time | relevance | path

Searched refs:recv_settings_sync (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs350 let recv_settings_sync = settings_sync.clone(); in launch() localVariable
353 let mut recv = RecvData::new(decoder, recv_settings_sync, read, resp_tx); in launch()