/// This mod contains a bunch of abstractions.
////// These abstractions allow us to make use of the appropriate API depending on which features are
/// enabled.
modexecutor;pubuseexecutor::*;modasync_drop;pub(crate)modasync_lock;pubuseasync_drop::*;// Not unix-specific itself but only used on unix.
#[cfg(target_family ="unix")]pub(crate)modprocess;