C++ Logo

std-proposals

Advanced search

Re: Signals & Slots

From: Matthew Woehlke <mwoehlke.floss_at_[hidden]>
Date: Fri, 23 Jul 2021 11:33:33 -0400
On 7/23/21 11:20 AM, René Ferdinand Rivera Morell wrote:
> On Fri, Jul 23, 2021 at 8:28 AM Matthew Woehlke wrote:
>> Needing connections that are guaranteed synchronous is less common
>> than not caring.
>
> In my experience synchronous signals are the most common use case in GUI
> programming.

Sure, in Qt, most slots *are* executed synchronous. I don't believe it's
the case however that most slots would work incorrectly if they
*weren't* dispatched synchronously. That's sort of the whole concept
behind event-driven programming.

-- 
Matthew

Received on 2021-07-23 10:33:37