mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
fix typo and update some deps (#390)
* chore: fix typo for `run-in-thread` * chore: update some deps for examples
This commit is contained in:
@ -42,7 +42,7 @@ fn main() {
|
||||
|
||||
let srv = rx.recv().unwrap();
|
||||
|
||||
println!("WATING 10 SECONDS");
|
||||
println!("WAITING 10 SECONDS");
|
||||
thread::sleep(time::Duration::from_secs(10));
|
||||
|
||||
println!("STOPPING SERVER");
|
||||
|
Reference in New Issue
Block a user