C++ Logo

std-proposals

Advanced search

Re: Signals & Slots

From: Tony V E <tvaneerd_at_[hidden]>
Date: Thu, 22 Jul 2021 14:32:31 -0400
On Thu, Jul 22, 2021 at 2:28 PM Thiago Macieira via Std-Proposals <
std-proposals_at_[hidden]> wrote:

> On Thursday, 22 July 2021 11:17:11 PDT Tony V E via Std-Proposals wrote:
> > Signals-slots are fundamentally difficult/impossible without a central
> > message pump (like Qt has), or maybe executors.
>
> The cross-thread slot-delivery of a signal emission, agreed.
>
> For immediate execution, no, you don't need a message pump. At that point,
> the
> signal-slot mechanism is basically an M:N callback mechanism. We could
> have
> this portion first.
>
>
You can do that, but it is not thread safe. Maybe worth standardizing,
maybe not.



> --
> Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
> Software Architect - Intel DPG Cloud Engineering
>
>
>
> --
> Std-Proposals mailing list
> Std-Proposals_at_[hidden]
> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
>


-- 
Be seeing you,
Tony

Received on 2021-07-22 13:32:45