process_output_reader
Full name: ase2sprkkr.common.process_output_reader
Module class hierarchy

Description
Readers for processes outputs.
They employ asyncio to makes possible read stdio and stderr concurently.
Classes
|
File reader that mimics asyncio StreamReader. |
Class, that run a process, optionally saves all the output of the process to a file, and pass the stdout and stderr of the process to its two asyn routines, read_error and read_output. |