Wraps a non-thread-safe allocator and makes it thread-safe.
child_allocator: Allocator,
mutex: std.Thread.Mutex = .{ },
fn allocator(self: *ThreadSafeAllocator) Allocator
No documentation provided.