Name
event_io_retry — Continue a pending IO operation
Synopsis
#include "event.h"
| int **event_io_retry** (
| e, | |
| | state)
; | |
Description
Continue a pending IO operation.
- e
-
For a description of this data type see “Event”.
- state
-
For a description of this data type see “event_io_state”
This function returns EVENT_IO_DONE, EVENT_IO_PENDING or EVENT_IO_ERROR as per event_io_write.
Warning
Only call this function from the Scheduler
thread.
See Also
Was this page helpful?