Last active
July 2, 2024 13:47
-
-
Save SamWindell/5f9eb5226eeb110f91e3917015e98e8e to your computer and use it in GitHub Desktop.
Atomic linked list of reference counted objects - single reader, singler writer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This code can now be found in Floe | |
// https://github.com/Floe-Synth/Floe/blob/main/src/utils/thread_extra/atomic_ref_list.hpp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Atomic<> can be considered the same as std::atomic