#[cfg(windows)]usewinapi::um::handleapi::CloseHandle;/// Closes the handle to the pipe.
/// When the handle is closed, the worker
/// process will automaticly exit.
#[cfg(linux)]implDrop forsuper::Console{fndrop(&mutself){}}#[cfg(windows)]/// Closes the handle to the pipe.
/// When the handle is closed, the worker
/// process will automaticly exit.
implDrop forsuper::Console{fndrop(&mutself){unsafe{
CloseHandle(self.pipe);}}}