This file is indexed.

/usr/share/doc/python-ioprocess/README.md is in python-ioprocess 0.15.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# IOProcess

## Why?

When performing IO over network storage (specifically NFS) the process might get stuck in D state.
To prevent you main process from becoming unkillable you might prefer to have a slave process do all the risky IO.
This is what ioprocess is for.


## Goals
- Small memory footprint per call.
- Extensible
- Easy integration with python and other languages.