#include <oskit/io/asyncio.h>OSKIT_COMDECL oskit_asyncio_poll(oskit_asyncio_t *io);
Poll for currently pending asynchronous I/O conditions, returning a mask indicating which conditions are currently present.
- io
- The async I/O object.
If successful, returns a mask of the OSKIT_ASYNCIO flags above. Otherwise, returns an error code specified in <oskit/error.h>.