mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-05 12:34:47 +00:00
Use a package local mutex for add_type_and_value
This commit is contained in:
@@ -174,6 +174,7 @@ struct AstPackage {
|
||||
|
||||
BlockingMutex files_mutex;
|
||||
BlockingMutex foreign_files_mutex;
|
||||
BlockingMutex type_and_value_mutex;
|
||||
|
||||
MPMCQueue<AstPackageExportedEntity> exported_entity_queue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user