Module riot_wrappers::async_helpers
source · Available on
riot_module_sock_udp
and riot_module_sock_aux_local
and crate feature with_embedded_nal_async
only.Expand description
Tools used internally to create futures more easily
Structs§
- Wrapper that makes a core::future::Future out of a RiotStyleFuture (see there for usage)
Traits§
- A trait similar to Future that is practical to implement for the typical RIOT situations where a waker needs to be converted into a function and argument pointer.