Sujet : Re: matrix.tsk
De : fir (at) *nospam* grunge.pl (fir)
Groupes : comp.lang.cDate : 07. Apr 2024, 10:49:08
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <uutq6o$bh8u$1@i2pn2.org>
References : 1 2
User-Agent : Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0 SeaMonkey/2.24
Lawrence D'Oliveiro wrote:
On Sat, 06 Apr 2024 16:54:34 +0200, fir wrote:
>
for(int i=0; i<10;i++)
queued f(i);
>
Other languages have async/await and event-loop APIs. Not something that
will ever come to C.
>
buiilt in language?
i know async and event loop form winapi and know it as like that but
this call queue is somewhat different thing and its better imo - its more like lov level and its better integrated...could or should be on language level same as stack is
as to coming to c it shouldnt as c shouldnt be changed as c is c,
changing c will make confusion as then you dont know what c is
(only small errors should be changed imo)