mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-25 07:04:58 -07:00
Fix potential race condition when determining the package name
This commit is contained in:
@@ -175,6 +175,7 @@ struct AstPackage {
|
||||
BlockingMutex files_mutex;
|
||||
BlockingMutex foreign_files_mutex;
|
||||
BlockingMutex type_and_value_mutex;
|
||||
BlockingMutex name_mutex;
|
||||
|
||||
// NOTE(bill): This must be a MPMCQueue
|
||||
MPMCQueue<AstPackageExportedEntity> exported_entity_queue;
|
||||
|
||||
Reference in New Issue
Block a user