eliminate bifurcated rw lock path based on exclusive mode; promote thread operations to base layer, use os layer as impl; first pass on moving file streaming layer to base layer's async wavefront

This commit is contained in:
Ryan Fleury
2025-09-17 14:47:55 -07:00
parent 99c989a3c3
commit 0d15b8670b
40 changed files with 450 additions and 607 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ struct ASYNC_Shared
CondVar ring_cv;
// rjf: work threads
OS_Handle *work_threads;
Thread *work_threads;
U64 work_threads_count;
U64 work_threads_live_count;
};