riot_wrappers

Module 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ยง

Traitsยง

  • RiotStyleFuture ๐Ÿ”’
    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.