Skip to content

Commit 2107f9b

Browse files
committed
Implement multithreading. Implement some simple metrics
1 parent cd257f3 commit 2107f9b

File tree

7 files changed

+363
-81
lines changed

7 files changed

+363
-81
lines changed

Cargo.lock

+236-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ edition = "2021"
99
#bevy = { version = "0.11.2", features = ["dynamic_linking"] }
1010
chess = "3.2.0"
1111
rand = "0.8.5"
12+
tokio = { version = "1.34.0", features = ["full"] }
13+
# ordered_float = "4.1.1"

0 commit comments

Comments
 (0)