From 4840ab9beb831ec68887a5199fbb50ae6932f498 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 22 Feb 2023 18:40:09 -0800 Subject: Checkpoint: begin work reimplementing processes It appears that you cannot spawn a wxProcess from an independent thread of execution. I imagine they're supposed to be spawned from the main thread. Fuck that, I'm going to try to use the raw WIN32 API to spawn helper processes, and do it from arbitrary thread context. * Log() now delegates to a queue which the main thread periodically drains. * Log() now writes to a file. * WhisperCPP thread is now done with std::async. * Default chars per sync is now 8 * oatpp: Promising web framework. --- GUI/Libraries/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GUI/Libraries/.gitignore') diff --git a/GUI/Libraries/.gitignore b/GUI/Libraries/.gitignore index 0e14a69..26be5d9 100644 --- a/GUI/Libraries/.gitignore +++ b/GUI/Libraries/.gitignore @@ -2,4 +2,4 @@ wx rapidyaml whisper - +oatpp -- cgit v1.2.3