feat: ✨ prime number with thread
This commit is contained in:
parent
b57a5a71f5
commit
3cb31ff68b
2 changed files with 186 additions and 0 deletions
9
20-multithread_prime_numbers/Cargo.toml
Normal file
9
20-multithread_prime_numbers/Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "multithread_prime_numbers"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
Loading…
Add table
Add a link
Reference in a new issue