another comment

This commit is contained in:
Bryan Stitt 2022-07-23 00:40:15 +00:00
parent 6927c87133
commit b70807f744

View File

@ -255,7 +255,7 @@ mod tests {
shutdown_sender.send(()).unwrap();
println!("waiting for shutdown...");
// TODO: timeout or panic
// TODO: panic if a timeout is reached
handle.join().unwrap().unwrap();
}
}