Home
last modified time | relevance | path

Searched defs:async_spawner (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/
H A Dcurrent_thread_builder.rs35 let async_spawner = CurrentThreadSpawner::new(); in build() localVariable
H A Dmulti_thread_builder.rs229 let async_spawner = initialize_async_spawner(self)?; in build() localVariable