Wraps a non-thread-safe allocator and makes it thread-safe.

Fields

child_allocator: Allocator,
mutex: std.Thread.Mutex = .{ },

Functions

fn allocator(self: *ThreadSafeAllocator) Allocator

No documentation provided.