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, 10:00:04
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v0t0ah$32qj6$2@raubtier-asyl.eternal-september.org>
References : 1 2 3 4 5 6 7
User-Agent : Mozilla Thunderbird
Am 01.05.2024 um 10:53 schrieb Lawrence D'Oliveiro:
No async/await? Oh, they haven’t added that to C++--yet.
No, Boost.ASIO is event driven with asynchronous callbacks
in a foreign thread's context.