1 unstable release
0.1.0 | Mar 9, 2024 |
---|
#12 in #abort
Used in datafrost
9KB
181 lines
sync_rw_cell
Defines a Send
and Sync
version of std::cell::RefCell
, which aborts the program
if an attempted borrow fails.
lib.rs
:
Defines a Send
and Sync
version of core::cell::RefCell
, which aborts the program
if an attempted borrow fails.
Dependencies
~3KB