Much better use of async throughout

This commit is contained in:
Luke
2020-04-30 20:18:41 +12:00
parent 5ee57b21c9
commit 8b36f1ceec
5 changed files with 200 additions and 137 deletions

View File

@@ -53,9 +53,8 @@ opt-level = 3
panic = "abort"
[profile.dev]
lto = true
debug = false
opt-level = 3
opt-level = 2
#panic = "abort"
[profile.bench]