mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-03 12:38:11 +00:00
shift file streaming layer to using async layer for background work, remove file stream layer thread pool
This commit is contained in:
@@ -20,6 +20,7 @@ struct ASYNC_WorkParams
|
||||
void *input;
|
||||
void **output;
|
||||
OS_Handle semaphore;
|
||||
U64 *completion_counter;
|
||||
U64 endt_us;
|
||||
};
|
||||
|
||||
@@ -30,6 +31,7 @@ struct ASYNC_Work
|
||||
void *input;
|
||||
void **output;
|
||||
OS_Handle semaphore;
|
||||
U64 *completion_counter;
|
||||
};
|
||||
|
||||
////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user