dtolnay / inventory

Typed distributed plugin registration
Apache License 2.0
948 stars 43 forks source link

Replace SeqCst with more precise atomic orderings #45

Closed dtolnay closed 2 years ago

dtolnay commented 2 years ago

The compare_exchange is responsible for releasing the writes involved in the construction of the Node, and the into_iter is responsible for acquiring those writes.