mvdnes / spin-rs

Spin-based synchronization primitives
MIT License
485 stars 92 forks source link

Update documentation for `Once` to reference `std::sync::OnceLock`. #159

Open briansmith opened 11 months ago

zesterer commented 11 months ago

Apologies for not finishing off this review earlier, I've had a lot on this week. I should be in a position to finish this off tomorrow.

tgross35 commented 4 months ago

The same updates could probably be applied to spin::Lazy now that std::sync::LazyLock is now stable.