h3_wakeup¶
#include <h3_socket.h>
Public Attributes¶
| Name | |
|---|---|
| apr_socket_t * | reader |
| apr_socket_t * | writer |
| apr_os_sock_t | reader_fd |
Detailed Description¶
A way to interrupt the event thread's poll from another thread.
Loopback UDP rather than a pipe: Windows can only poll sockets.
Public Attributes Documentation¶
variable reader¶
variable writer¶
variable reader_fd¶
The reader's native socket, for the poll set.