Skip to content

Add support for non-blocking execution

Alexander Stein requested to merge tq-steina/kmscube:non-blocking into master

Since commit 38986c14 (kmscube: add option to run for specified # of frames) we have the option of running for a given number of frames. This allows usage for instance in automatic system tests like climate chamber etc. To allow starting in background without termination from STDIN add a new option that prevents polling / selecting for console input.

Fixes #6 (closed)

Merge request reports