Closed hawkw closed 2 years ago
Arc::from_std
T: Sized
Debug
AtomicPtr
T
Arc
alloc
mpsc
tracing
LOOM_LOG
Drop
{Mut,Const}Ptr::{deref,with}
!Sized
thread::park
Thread::unpark
Note that it would be nice to get the release automation change (#268) merged before this.
0.5.5 (May 10, 2022)
Added
Arc::from_std
withoutT: Sized
bound (#226)Debug
forAtomicPtr
for allT
(#255)Arc
,alloc
, andmpsc
(#265)tracing
configuration forLOOM_LOG
(#266)Documented
LOOM_LOG
syntax (#257)Fixed
Drop
(#245){Mut,Const}Ptr::{deref,with}
when the pointee is!Sized
(#247)thread::park
afterThread::unpark
(#250)