-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
multithreadingBase.Threads and related functionalityBase.Threads and related functionality
Description
There is a TODO for this in the code, but no open issue AFAICT.
Line 27 in 0fde275
| # TODO: Support Ptr |
That todo used to be for Bool as well, but that was solved in #26542
Without atomic operations on pointers, it is impossible to make lock-free multithreaded data structures.
which is a huge bummer for:
https://github.com/JuliaCollections/ThreadSafeDataStructures.jl
dillondaudert
Metadata
Metadata
Assignees
Labels
multithreadingBase.Threads and related functionalityBase.Threads and related functionality