Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/
H A Dcommon_builder.rs16 use crate::builder::CallbackHook;
58 pub(crate) after_start: Option<CallbackHook>,
61 pub(crate) before_stop: Option<CallbackHook>,
H A Dmod.rs50 pub type CallbackHook = Arc<dyn Fn() + Send + Sync + 'static>; typedef
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblocking_pool.rs23 use crate::builder::{CallbackHook, CommonBuilder};
124 after_start: Option<CallbackHook>,
127 before_stop: Option<CallbackHook>,
H A Dasync_pool.rs29 use crate::builder::CallbackHook;
376 after_start: Option<CallbackHook>,
378 before_stop: Option<CallbackHook>,