Skip to content

Loom 0.5.6

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 19:57
· 34 commits to master since this release
d102c10

Added

  • cell: add UnsafeCell::into_inner for parity with std (#272)
  • sync: re-enable Arc::strong_count (#172)
  • sync: implement Arc::try_unwrap (#262)
  • sync: add mpsc::Receiver::try_recv (#262)

Documented

  • show feature flags in docs (#151)
  • fix broken RustDoc links (#273)