provide mechanism to not wait at top of async loop

This commit is contained in:
Ryan Fleury
2025-09-18 16:20:17 -07:00
parent 30ae9620f9
commit 8e2ceeee9e
2 changed files with 10 additions and 2 deletions
+1
View File
@@ -728,6 +728,7 @@ dasm_tick(void)
req_n->v.hash = hash;
req_n->v.params = params;
req_n->v.params.dbgi_key = di_key_copy(dasm_shared->req_arena, &req_n->v.params.dbgi_key);
ins_atomic_u32_eval_assign(&async_loop_again, 1);
}
di_scope_close(di_scope);