arbalest icon indicating copy to clipboard operation
arbalest copied to clipboard

README should mention difference from `Arc<RefCell<T>>` as well.

Open vi opened this issue 7 years ago • 0 comments

Explanation from Reddit (1, 2) should be included in README.

Rc<RefCell> is almost as typical as Arc<Mutex>, so should definitely be mentioned in projects doing something similar.

vi avatar Jan 22 '19 13:01 vi