object: add TODO; fix non-aarch64 macos builds
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
fc13b371bf
commit
ae1d49b51a
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue