complete chapter 7
Some checks failed
CI / gravity (push) Has been skipped
CI / build (push) Failing after 14s
CI / is_fresh (push) Successful in 49s
CI / formatter (push) Failing after 17s

This commit is contained in:
2025-05-02 14:11:16 +05:30
parent 4fbee2d894
commit b044878fe8
11 changed files with 90 additions and 31 deletions

View File

@@ -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 || {