Language

Package: rust-async-process @ 1.0.1

Synopsis

Async interface for working with processes

Description

This crate is an async version of std::process. A background thread named async-process is lazily created on first use, which waits for spawned child processes to exit and then calls the wait() syscall to clean up the ``zombie'' processes.

This is unlike the process API in the standard library, where dropping a running Child leaks its resources.

Home page
https://github.com/stjepang/async-process
Location
gnu/packages/crates-io.scm (line: 3379, column: 2)
Licenses

Lint warnings

LinterMessageLocation
description

Validate package descriptions

use @code or similar ornament instead of quotes