Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
H A Doperator.rs39 /// fn poll_progress(
53 fn poll_progress( in poll_progress() functions
79 fn poll_progress( in poll_progress() functions
85 Pin::new(&mut **self).poll_progress(cx, uploaded, total) in poll_progress()
89 /// A future that execute `poll_progress` method.
104 Pin::new(&mut fut.operator).poll_progress(cx, fut.uploaded, fut.total)
112 fn poll_progress( in poll_progress() functions
H A Dmod.rs70 /// fn poll_progress(
144 match Pin::new(&mut this.operator).poll_progress( in poll_read()
272 fn poll_progress( in poll_progress() functions
305 fn poll_progress( in poll_progress() functions
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Doperator.rs37 fn poll_progress( in poll_progress() functions
88 fn poll_progress( in poll_progress() functions
94 Pin::new(&mut **self).poll_progress(cx, downloaded, total) in poll_progress()
129 Pin::new(&mut fut.processor).poll_progress(cx, fut.downloaded, fut.total)
149 fn poll_progress( in poll_progress() functions

Completed in 2 milliseconds