diff options
author | Aleksey Kladov <[email protected]> | 2020-07-14 08:04:11 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-14 08:04:11 +0100 |
commit | c6f35401219e32c7d62e106a45637e7f5304723c (patch) | |
tree | d1626f115ca07b35238968a836173a0711be6ecb /editors/code/src/net.ts | |
parent | 46d4487b8900324fc6a523c8b6ebe036d28fd0fb (diff) |
Use relaxed ordering for marks
We dont' need this for perf. `Relaxed` ordering is enough here, as we
only have one location. I prefer to use minimal ordering, because that
makes it easier to reason about the code.
Diffstat (limited to 'editors/code/src/net.ts')
0 files changed, 0 insertions, 0 deletions