rewrite ipc communication; do ipc message reception on separate thread, wake up main thread; fix various robustness issues. do not necessarily initialize slower-to-initialize layers in conversion/ipc instances

This commit is contained in:
Ryan Fleury
2024-05-23 14:34:01 -07:00
parent e850f6fc93
commit f431ac7f80
10 changed files with 221 additions and 86 deletions
+1 -1
View File
@@ -1607,7 +1607,7 @@ os_semaphore_close(OS_Handle semaphore)
}
internal B32
os_semaphore_take(OS_Handle semaphore)
os_semaphore_take(OS_Handle semaphore, U64 endt_us)
{
NotImplemented;
return 0;