trpl needs openssl
This commit is contained in:
parent
ba887b2e97
commit
06535d8348
2121
ch17/concurrency-with-async/Cargo.lock
generated
2121
ch17/concurrency-with-async/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,3 +4,4 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
trpl = "0.2.0"
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
//! Stopped here:
|
//! Concurrency With Async
|
||||||
//! https://rust-book.cs.brown.edu/ch17-02-concurrency-with-async.html
|
//!
|
||||||
|
//! Similar to working with threads.
|
||||||
|
|
||||||
|
use std::time::Duration;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Hello, world!");
|
println!("Hello, world!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user