Sujet : Re: OT: Windows (Was: Re: Open Source does not mean easily
De : nicolas$george (at) *nospam* salle-s.org (Nicolas George)
Groupes : comp.unix.programmerDate : 07. Jan 2025, 09:59:28
Autres entêtes
Organisation : Guest of ProXad - France
Message-ID : <677cecf0$0$511$426a34cc@news.free.fr>
References : 1 2 3 4 5 6
User-Agent : Flrn (0.9.20070704)
Lawrence D'Oliveiro , dans le message <
vli2lj$1t3lt$8@dont-email.me>, a
écrit :
Linux offers signalfd, so you can indeed use poll(2) in a thread to be
woken up by any file descriptor, including a signal one (and that includes
POSIX real-time signals).
Proving my point that you need to use poll() even when doing threads.