make it obvious that unbounded channels don't need to await, and tidy up some bits

This commit is contained in:
James Wilson
2021-07-12 10:01:23 +01:00
parent 4046edc47d
commit f2f122285e
5 changed files with 30 additions and 34 deletions
+4
View File
@@ -5,6 +5,10 @@ authors = ["Parity Technologies Ltd. <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
[features]
# Enable this feature when running tests to also run the e2e tests:
e2e = []
[dependencies]
anyhow = "1.0.41"
bimap = "0.6.1"