Commit 7f8b357
committed
Remove unnecessary const ref on Pulse's OMQ thread ID
The thread ID is designed to be safe and cheap to copy (it's internally
just an int, or, 4 bytes on a majority modern platforms). This member is
used in different threads (i.e. the OMQ worker threads) and reads are
atomic so it also helps with a potential race condition in certain
contexts (like the local devnet).1 parent bb99e64 commit 7f8b357
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
831 | 831 | | |
832 | 832 | | |
833 | 833 | | |
834 | | - | |
| 834 | + | |
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
| |||
0 commit comments