Skip to main content

Name

event_io_retry — Continue a pending IO operation

Synopsis

#include "event.h"

| int **event_io_retry** ( | e, |   | |   | state); |   |

Event * <var class="pdparam">e</var>; event_io_state * <var class="pdparam">state</var>;

Description

Continue a pending IO operation.

Parameters

e

For a description of this data type see “Event”.

state

For a description of this data type see “event_io_state”

Return Value

This function returns EVENT_IO_DONE, EVENT_IO_PENDING or EVENT_IO_ERROR as per event_io_write.

Threading

Warning

Only call this function from the Scheduler thread.

See Also

Was this page helpful?