[][src]Crate async_wakers

A container to register task wakers to and notify them.

License

Please note that the code of this crate currently is copyrighted and marked as "Proprietary and confidential", though, because of GitHub's ToS (and as far as I know), you are allowed to read and fork it but not use nor modify it (I don't know about crates.io's ToS but they might allow you to use it as a dependency).

This crate is made for and used by private projects (thus, the licensing) but should, soon enough, be relicensed under an opensource license.

Copyright (c) 2020
All Rights Reserved to Matthieu Le brazidec
Unauthorized copying of any file in this repository, via any medium is strictly prohibited
Proprietary and confidential

Structs

Registration

A handle for updating or removing a registered Waker from a Wakers container.

Wakers

A container allowing task Wakers to register themselves to be notified later (eg. when data becomes available).