complete chapter 7
This commit is contained in:
@@ -7,7 +7,7 @@ use without_channels::store::TicketStore;
|
||||
|
||||
#[test]
|
||||
fn works() {
|
||||
let store = todo!();
|
||||
let store = Arc::new(RwLock::new(TicketStore::new()));
|
||||
|
||||
let store1 = store.clone();
|
||||
let client1 = spawn(move || {
|
||||
|
||||
Reference in New Issue
Block a user