Reimplement connection pool on top of crossbeam

This commit is contained in:
link2xt
2023-02-19 01:08:17 +00:00
parent e88f21c010
commit f2b05ccc29
4 changed files with 18 additions and 18 deletions

2
Cargo.lock generated
View File

@@ -907,6 +907,7 @@ dependencies = [
"bitflags",
"chrono",
"criterion",
"crossbeam-queue",
"deltachat_derive",
"email",
"encoded-words",
@@ -928,7 +929,6 @@ dependencies = [
"num-traits",
"num_cpus",
"once_cell",
"parking_lot",
"percent-encoding",
"pgp",
"pretty_env_logger",