修复webserver死锁

This commit is contained in:
2026-08-17 20:38:43 +08:00
parent 47cf1af7a5
commit 03433a412a
16 changed files with 160 additions and 349 deletions
-1
View File
@@ -10,7 +10,6 @@ namespace renderive::web {
class Gallery_Plot_Session final {
public:
Gallery_Plot_Session();
explicit Gallery_Plot_Session(bool automatic_low_latency);
~Gallery_Plot_Session();
Gallery_Plot_Session(const Gallery_Plot_Session&) = delete;
Gallery_Plot_Session& operator=(const Gallery_Plot_Session&) = delete;