diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
| commit | 253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch) | |
| tree | adf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man3/event_base.3 | |
| parent | a9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff) | |
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man3/event_base.3')
| -rw-r--r-- | static/netbsd/man3/event_base.3 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/static/netbsd/man3/event_base.3 b/static/netbsd/man3/event_base.3 new file mode 100644 index 00000000..d607f1b8 --- /dev/null +++ b/static/netbsd/man3/event_base.3 @@ -0,0 +1,29 @@ +.TH "event_base" 3 "Tue Jan 31 2017" "libevent" \" -*- nroff -*- +.ad l +.nh +.SH NAME +event_base \- Structure to hold information and state for a Libevent dispatch loop\&. + +.SH SYNOPSIS +.br +.PP +.PP +\fC#include <event\&.h>\fP +.SH "Detailed Description" +.PP +Structure to hold information and state for a Libevent dispatch loop\&. + +The \fBevent_base\fP lies at the center of Libevent; every application will have one\&. It keeps track of all pending and active events, and notifies your application of the active ones\&. +.PP +This is an opaque structure; you can allocate one using \fBevent_base_new()\fP or \fBevent_base_new_with_config()\fP\&. +.PP +\fBSee also:\fP +.RS 4 +\fBevent_base_new()\fP, \fBevent_base_free()\fP, \fBevent_base_loop()\fP, \fBevent_base_new_with_config()\fP +.RE +.PP + + +.SH "Author" +.PP +Generated automatically by Doxygen for libevent from the source code\&. |
