Module dscord.util.process

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

Classes

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

Structs

Name Description
Process Represents a single running process in the chain.