Searched refs:CtrlC (Results 1 – 3 of 3) sorted by relevance
4 use tokio::signal::windows::{CtrlBreak, CtrlC};13 inner: CtrlC,18 pub fn new(interval: CtrlC) -> Self { in new()23 pub fn into_inner(self) -> CtrlC { in into_inner() argument36 impl AsRef<CtrlC> for CtrlCStream {37 fn as_ref(&self) -> &CtrlC { in as_ref() argument42 impl AsMut<CtrlC> for CtrlCStream {43 fn as_mut(&mut self) -> &mut CtrlC { in as_mut() argument
152 pub fn ctrl_c() -> io::Result<CtrlC> { in ctrl_c()153 Event::new(CTRL_C_EVENT).map(|inner| CtrlC { inner }) in ctrl_c()165 pub struct CtrlC { struct169 impl CtrlC { argument
340 - signal: `CtrlC` stream on windows ([#3186]).