Doc addition
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ struct IOMux *iomux_create(enum IOMUX_TYPE type);
|
||||
void iomux_delete(struct IOMux *mux);
|
||||
|
||||
/** Runs the event loop of the mux
|
||||
* returns if the number of file descriptors is 0 or
|
||||
* returns if the number of file descriptors and timers are 0 or
|
||||
* an error occurs */
|
||||
int iomux_run(struct IOMux *mux);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user