Replace all queues with MPSCQueue where possible

This commit is contained in:
gingerBill
2023-01-12 13:11:17 +00:00
parent b470ceb470
commit cbe3791b42
5 changed files with 26 additions and 20 deletions
+1
View File
@@ -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