X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/7c63fce3ed1474437f62a5f14cbd9fa398ec9abe..0b32be522f664daad18622d9de6c1fb71e0b5e79:/TODO.txt diff --git a/TODO.txt b/TODO.txt index cc3268b..0e31a4a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,8 +1,3 @@ -* Arrays/slices -* 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