Sujet : Re: Threads across programming languages
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.c++ comp.lang.cDate : 03. May 2024, 23:22:16
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v13o2n$p9ih$5@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Thu, 2 May 2024 05:46:59 +0200, Bonita Montero wrote:
Am 01.05.2024 um 22:31 schrieb Lawrence D'Oliveiro:
Callbacks can be a clunky way of event handling, since they force you
to break up your logic sequence into discontinguous pieces.
Callbacks are the most convenient use for asyncbronous I/O.
Wonder why the C++ folks are proposing to add async/await, then ...
C++ is already about 5× the complexity of Python, yet still nowhere near
as expressive.