Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dpool.rs77 let consume_and_return_data = move || data; in ut_pool_get() localVariable
79 let res = pool.get(key, consume_and_return_data); in ut_pool_get()