mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-12 20:41:26 -07:00
sketch out new async path for ctrl memory streaming
This commit is contained in:
@@ -40,7 +40,7 @@ mtx_init(void)
|
||||
internal void
|
||||
mtx_push_op(C_Key buffer_key, MTX_Op op)
|
||||
{
|
||||
U64 hash = c_little_hash_from_data(str8_struct(&buffer_key));
|
||||
U64 hash = u64_hash_from_str8(str8_struct(&buffer_key));
|
||||
MTX_MutThread *thread = &mtx_shared->mut_threads[hash%mtx_shared->mut_threads_count];
|
||||
mtx_enqueue_op(thread, buffer_key, op);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user