Async-await on stable Rust!
rikki cattermole
rikki at cattermole.co.nz
Sun Nov 10 12:10:00 UTC 2019
On 11/11/2019 12:56 AM, Russel Winder wrote:
> On Fri, 2019-11-08 at 09:57 +0000, Sebastiaan Koppe via Digitalmars-d wrote:
> […]
>> Please have a look at the approach taken by structured
>> concurrency. Recently mentioned on this forum by John Belmonte:
>> https://forum.dlang.org/post/rnqbswwwhdwkvvqvodlb@forum.dlang.org
> […]
>
> It is also worth remembering Reactive Programming
>
> https://en.wikipedia.org/wiki/Reactive_programming
>
> There was a lot of over exaggerate hype when it first came out, but over time
> it all settled down leading to a nice way of composing event streams and
> handling futures in a structured way.
>
> gtk-rs has built in support for this that makes programming GTK+ UIs nice. It
> is an extra over GTK+ but should be seen as essential. It would be nice if
> GtkD could provide support for it. And yes it is all about event loops.
Okay, now this is a concept that interests me.
It hits a lot closer to what I would consider is a good event loop
implementation, even if my existing designs are not complete enough for it.
Any more resources I should take a look at?
More information about the Digitalmars-d
mailing list