Home
last modified time | relevance | path

Searched refs:ReqCell (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Drequest.rs21 pub(crate) struct ReqCell {
25 impl ReqCell { impls
33 unsafe impl Sync for ReqCell {}
36 pub(crate) cell: Arc<ReqCell>,
42 cell: Arc::new(ReqCell::new(request)),

Completed in 1 milliseconds