Skip to content

Commit

Permalink
Remove warning about EV_SIGNAL with timeout
Browse files Browse the repository at this point in the history
It does works [1].

  [1]: libevent/libevent#1553

Fixes: #12
  • Loading branch information
azat committed Feb 18, 2024
1 parent a9ebd1c commit 5e1590d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Ref4_event.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,6 @@ Note that signal callbacks are run in the event loop after the signal
occurs, so it is safe for them to call functions that you are not
supposed to call from a regular POSIX signal handler.

WARNING: Don't set a timeout on a signal event. It might not be
supported. [FIXME: is this true?]

There are also a set of convenience macros you can use when working
with signal events.

Expand Down

0 comments on commit 5e1590d

Please sign in to comment.