dcord.util.process

Includes a utility class for unix-pipe chaining of system processes.

Members

Classes

ProcessChain
class ProcessChain

Represents a chain of processes with each member piping its stdout into the next members stdin.

Structs

Process
struct Process

Represents a single running process in the chain.

Meta