Open sffc opened 2 years ago
Yeah we should add it
See also #31.
Is the concern with a derived variant that the RwLock
/ Cell
/ ... clobbers the printing of the inner content? If so is that concern still valid post https://github.com/rust-lang/rust/pull/83559 ?
No, not all of the elsa types use RwLock or Cell. Some have their own reentrancy guards that need to be respected
Workaround, assuming you have ownership: