Sujet : Re: matrix.tsk
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 09. Apr 2024, 02:51:04
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <uv26u8$3r9k2$3@dont-email.me>
References : 1 2 3 4 5
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Mon, 08 Apr 2024 14:55:10 +0200, fir wrote:
i also know a event queue how it looks in winapi - and that would be all
what i know about event queues - but this is osmething different thing
then what i say here
I was talking about an “event loop”. It runs concurrent tasks, to handle
different things like GUI interaction, network communication and so on.
Tasks can communicate with each other, and synchronize on each other, and
so on. But they don’t block each other unnecessarily.