Add optimized single-word WakerRegistration, add AtomicWakerRegistration.

This commit is contained in:
Dario Nieuwenhuis
2021-03-17 01:55:01 +01:00
parent ab01e0be3b
commit bb68f5d0e8
4 changed files with 142 additions and 24 deletions

View File

@ -13,6 +13,8 @@ defmt-info = []
defmt-warn = []
defmt-error = []
executor-agnostic = []
[dependencies]
defmt = { version = "0.2.0", optional = true }
log = { version = "0.4.11", optional = true }