Skip to content

h3_wakeup

More...

#include <h3_socket.h>

Public Attributes

Name
apr_socket_t * reader
apr_socket_t * writer
apr_os_sock_t reader_fd

Detailed Description

struct h3_wakeup;

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

apr_socket_t * reader;

variable writer

apr_socket_t * writer;

variable reader_fd

apr_os_sock_t reader_fd;

The reader's native socket, for the poll set.