jedisct1 / rust-libhydrogen

Libhydrogen bindings for Rust.
16 stars 3 forks source link

replace unsafe initialization check with atomic #3

Closed GallagherCommaJack closed 5 years ago

GallagherCommaJack commented 5 years ago

While it shouldn't matter in practice, there are fewer ways for this to go wrong and the performance cost is negligible.

jedisct1 commented 5 years ago

Thank you!