//! Signal processing utilities
use crateerror;
/// Returns the user and system CPU time used by the current process.
///
/// This is a stub implementation that returns zero durations.
/// Returns the user and system CPU time used by child processes.
///
/// This is a stub implementation that returns zero durations.