Definition: async_context_poll.h:28
bool async_context_poll_init_with_defaults(async_context_poll_t *self)
Initialize an async_context_poll instance with default valuesIf this method succeeds (returns true)...
Definition: async_context_poll.c:16
Base structure type of all async_contexts. For details about its use, see pico_async_context.Individual async_context_types with additional state, should contain this structure at the start.
Definition: async_context.h:175