rendermax: note that this plugin needs testing and improvements

rendermax: note that this plugin needs testing and improvements
develop
dhthwy 2023-12-27 21:20:46 -05:00
parent 63928b55a2
commit ee61835f1f
1 changed files with 9 additions and 0 deletions

@ -1,3 +1,12 @@
/*
* TODO - important!
* Rendermax needs testing for thread related bugs
* due to the move from tinythread to std::thread and other
* standard library counterparts.
*
* It may also need improvements in regards to thread safety.
*/
#pragma once
#include <condition_variable>