terminology: &T and &mut T are the types of *references*. Also, stress the exclusivit...
[rust-101.git] / TODO.txt
1
2 * Shared-memoty concurrency, interior mutability, Sync: Concurrent counter
3 * Drop, unsafe: doubly-linked list