Migrated to the waker registration functionality for Embassy specific optimisations

This commit is contained in:
huntc
2021-07-11 11:47:09 +10:00
parent dcd0c38109
commit 108cffcba0
2 changed files with 20 additions and 42 deletions

View File

@ -39,6 +39,7 @@ embedded-hal = "0.2.5"
cast = { version = "=0.2.3", default-features = false }
[dev-dependencies]
embassy = { path = ".", features = ["executor-agnostic"] }
futures-executor = { version = "0.3", features = [ "thread-pool" ] }
futures-test = "0.3"
futures-timer = "0.3"