100 exercises to learn Rust
This commit is contained in:
7
exercises/07_threads/13_without_channels/src/lib.rs
Normal file
7
exercises/07_threads/13_without_channels/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
// TODO: You don't actually have to change anything in the library itself!
|
||||
// We mostly had to **remove** code (the client type, the launch function, the command enum)
|
||||
// that's no longer necessary.
|
||||
// Fix the `todo!()` in the testing code and see how the new design can be used.
|
||||
|
||||
pub mod data;
|
||||
pub mod store;
|
||||
Reference in New Issue
Block a user