mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-18 18:12:23 -07:00
dasm, ctrl memstream, & more moving to async layer, rather than per-layer thread pools
This commit is contained in:
@@ -2347,6 +2347,7 @@ ASYNC_WORK_DEF(txt_parse_work)
|
||||
internal void
|
||||
txt_evictor_thread__entry_point(void *p)
|
||||
{
|
||||
ThreadNameF("[txt] evictor thread");
|
||||
for(;;)
|
||||
{
|
||||
U64 check_time_us = os_now_microseconds();
|
||||
|
||||
Reference in New Issue
Block a user