Sujet : Re: Threads across programming languages
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.c++ comp.lang.cDate : 01. May 2024, 09:11:14
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v0stev$325kv$2@raubtier-asyl.eternal-september.org>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
Am 01.05.2024 um 09:09 schrieb Lawrence D'Oliveiro:
On Wed, 1 May 2024 06:53:21 +0200, Bonita Montero wrote:
Am 29.04.2024 um 22:29 schrieb Lawrence D'Oliveiro:
>
We use poll(2) or epoll(2) nowadays. select(2) is antiquated.
>
Use Boost.ASIO.
And what does that use?
Boost.ASIO can even use io_uring if it is available. And it has
a callback-interface with function-objects which are called on
completion; that's much more convenient than to have io_uring
manually.
Check annas-archive.org for the Boost.ASIO book fom Apress.