Skip to content

zink: force threadsafe mapping for query results when necessary

Mike Blumenkrantz requested to merge zmike/mesa:zink-threadsafe into main

this would otherwise use the ctx-based slab allocator, which races and crashes

Merge request reports