C++ Logo

std-proposals

Advanced search

Re: Signals & Slots

From: Thiago Macieira <thiago_at_[hidden]>
Date: Thu, 22 Jul 2021 11:27:38 -0700
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.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel DPG Cloud Engineering

Received on 2021-07-22 13:27:43