object: add TODO; fix non-aarch64 macos builds

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-11-23 21:13:26 -07:00 committed by Emi Gutekanst
parent fc13b371bf
commit ae1d49b51a
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ pub fn Objects(comptime T: type) type {
allocator: std.mem.Allocator,
/// Mutex to be held when operating on these objects.
/// TODO(object): replace with RwLock and update website docs to indicate this
mu: std.Thread.Mutex = .{},
/// A registered ID indicating the type of objects being represented. This can be