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ยง
- Riot
Style ๐Poll Struct Wrapper that makes a Future out of a RiotStyleFuture (see there for usage)
Traitsยง
- Riot
Style ๐Future 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.