diff options
Diffstat (limited to 'src/lane.h')
-rw-r--r-- | src/lane.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 | // | ||
48 | class Lane | 46 | class Lane |
49 | { | 47 | { |
50 | public: | 48 | public: |