Files
swift-mirror/stdlib/runtime/Concurrent.h
Nadav Rotem 8ce6af50ea Make the node of the concurrent map a ConcurrentList.
Making the type of nodes in the concurrent map a concurrent list will get rid
of the problem of the map itself allocating the node type, which may have a
side effect.

Swift SVN r23443
2014-11-19 19:21:10 +00:00

7.6 KiB