Skip to content

Reuse main app CPR_Support to skip thread creation

Closes #2010 (closed)

This MR reuse the main app status of CPR_Support.

As result this state is already known, and no thread is needed to initialize the value.

As this value should be the same for all the application , this should not create issue.

A file descriptor is still used for the very first application use by BlissRepl.

Edited by Valentin Valls

Merge request reports