mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 04:10:07 +00:00
Replace all queues with MPSCQueue where possible
This commit is contained in:
@@ -176,6 +176,7 @@ struct AstPackage {
|
||||
BlockingMutex foreign_files_mutex;
|
||||
BlockingMutex type_and_value_mutex;
|
||||
|
||||
// NOTE(bill): This must be a MPMCQueue
|
||||
MPMCQueue<AstPackageExportedEntity> exported_entity_queue;
|
||||
|
||||
// NOTE(bill): Created/set in checker
|
||||
|
||||
Reference in New Issue
Block a user