running-process 4.5.5

Subprocess and PTY runtime for the running-process project
Documentation
1
2
3
4
5
6
7
8
9
//! Shared backend lifecycle primitives used by broker and direct clients.

pub mod identity;
pub mod probe;
#[cfg(feature = "client-async")]
pub mod probe_async;
pub mod verify_pid;

pub use identity::DaemonProcess;