aboutsummaryrefslogtreecommitdiff
path: root/src/lane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lane.h')
-rw-r--r--src/lane.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lane.h b/src/lane.h
index 984d433..03f795b 100644
--- a/src/lane.h
+++ b/src/lane.h
@@ -42,9 +42,7 @@ static constexpr RegistryUniqueKey kLanePointerRegKey{ 0x2D8CF03FE9F0A51Aull };
42#define kLanesLibName "lanes" 42#define kLanesLibName "lanes"
43#define kLanesCoreLibName kLanesLibName ".core" 43#define kLanesCoreLibName kLanesLibName ".core"
44 44
45// NOTE: values to be changed by either thread, during execution, without 45// NOTE: values to be changed by either thread, during execution, without locking, are marked "volatile"
46// locking, are marked "volatile"
47//
48class Lane 46class Lane
49{ 47{
50 public: 48 public: