LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
async_io_api.h File Reference

Asynchronous/non-blocking IO facade with timeouts. More...

#include "juno/status.h"
#include "juno/module.h"
#include "juno/time/time_api.h"
#include <stdbool.h>
Include dependency graph for async_io_api.h:

Go to the source code of this file.

Data Structures

struct  JUNO_ASYNC_IO_API_TAG
 

Typedefs

typedef struct JUNO_ASYNC_IO_API_TAG JUNO_ASYNC_IO_API_T
 
typedef struct JUNO_ASYNC_IO_ROOT_TAG JUNO_ASYNC_IO_ROOT_T
 

Functions

struct JUNO_ASYNC_IO_ROOT_TAG JUNO_MODULE_ROOT (JUNO_ASYNC_IO_API_T, JUNO_MODULE_EMPTY)
 

Detailed Description

Asynchronous/non-blocking IO facade with timeouts.

This API has been generated by LibJuno: https://www.robinonsay.com/libjuno/

Typedef Documentation

◆ JUNO_ASYNC_IO_API_T

◆ JUNO_ASYNC_IO_ROOT_T

typedef struct JUNO_ASYNC_IO_ROOT_TAG JUNO_ASYNC_IO_ROOT_T

Function Documentation

◆ JUNO_MODULE_ROOT()

struct JUNO_ASYNC_IO_ROOT_TAG JUNO_MODULE_ROOT ( JUNO_ASYNC_IO_API_T  ,
JUNO_MODULE_EMPTY   
)