event/Loop: improve API doc wording
This commit is contained in:
parent
56adb27b44
commit
db21e20c99
@ -96,8 +96,8 @@ class EventLoop final
|
|||||||
SocketList sockets;
|
SocketList sockets;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A linked list of #SocketEvent instances which have a
|
* A list of #SocketEvent instances which have a non-zero
|
||||||
* non-zero "ready_flags" field, and need to be dispatched.
|
* "ready_flags" field, and need to be dispatched.
|
||||||
*/
|
*/
|
||||||
SocketList ready_sockets;
|
SocketList ready_sockets;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user