Home
last modified time | relevance | path

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

/DragonReach/src/executor/service_executor/
H A Dmod.rs128 fn exec_stop(service: &mut ServiceUnit) -> Result<(), RuntimeError> { in exec_stop() method
/DragonReach/src/unit/service/
H A Dmod.rs116 exec_stop: Vec<CmdTask>, field
416 pub fn exec_stop(&self) -> &Vec<CmdTask> { in exec_stop() method