Borrow Count
Memory that can be shared with a smart pointer and then reaquired with a future.
Example
let unique = new;
let = unique.share_mut;
spawn;
let unique = host.await;
assert_eq!
Memory that can be shared with a smart pointer and then reaquired with a future.
let unique = new;
let = unique.share_mut;
spawn;
let unique = host.await;
assert_eq!