Replaced Thread::next_timeout_usec().

This commit is contained in:
Jari Sundell
2025-04-15 19:39:40 +02:00
committed by GitHub
parent 25f729fab5
commit dd221ac66a
11 changed files with 19 additions and 200 deletions
+2
View File
@@ -86,6 +86,8 @@ SCgi::open(void* sa, unsigned int length) {
}
}
// TODO: Verify this is run in correct thread, also only ever call poll methods from thread_self.
void
SCgi::activate() {
worker_thread->poll()->open(this);