struct async_state_t
Defined at line 34 of file ../../sdk/lib/async/include/lib/async/dispatcher.h
Private state owned by the asynchronous dispatcher.
This allows the dispatcher to associate a small amount of state with pending
asynchronous operations without having to allocate additional heap storage of
its own.
Clients must initialize the contents of this structure to zero using
|ASYNC_STATE_INIT| or with calloc, memset, or a similar means.
Public Members
uintptr_t[2] reserved