aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-01-12 13:11:17 +0000
committergingerBill <bill@gingerbill.org>2023-01-12 13:11:17 +0000
commitcbe3791b422728b3ae692009b32836e30c37c9d5 (patch)
tree364b7d6007d238ce2c34f55d0b8c957612a85872 /src/parser.hpp
parentb470ceb4705477ef42a1efc2c8beb5e3ceef2f88 (diff)
Replace all queues with MPSCQueue where possible
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index d81194831..6782a9248 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -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