X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/8fcdbed310c53f621fba0401399659ed1a1ec446..fcd375915c656b505a182e3bdbac467b78442950:/TODO.txt diff --git a/TODO.txt b/TODO.txt index 73c82b1..0e31a4a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,11 +1,3 @@ -* Closures: Working on iterators -* Arrays/slices -* Trait objects - -* Arc, concurrency, channels: Some grep-like thing, "rgrep" -* Send, Sync -* External dependencies: regexp crate, add to rgrep - -* Shared-memoty concurrency, interior mutability: Concurrent counter +* Shared-memory concurrency, interior mutability, Sync: Concurrent counter * Drop, unsafe: doubly-linked list