My Long Term Vision for the D programming language

Paulo Pinto pjmlp at progtools.org
Thu Nov 25 06:59:39 UTC 2021


On Wednesday, 24 November 2021 at 10:40:39 UTC, IGotD- wrote:
> On Wednesday, 24 November 2021 at 10:23:22 UTC, Gleb wrote:
>>
>> There are no full-fledged signals --- slots with the ability 
>> to exchange
>> data between threads (in the style of Qt) => whole familiar 
>> sections
>> immediately drop out.
>>
>
> D has a native message system between threads. Qt signals is a 
> special case as it also can be used in the same thread and then 
> it is just a function call. Also there are syntax sugar for 
> declaring Qt signals in C++.
>
> I don't know any language that natively implements signals as 
> Qt does.

Delphi and .NET events.


More information about the Digitalmars-d mailing list