Async-await on stable Rust!

Russel Winder russel at winder.org.uk
Sun Nov 10 11:56:32 UTC 2019


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.

-- 
Russel.
===========================================
Dr Russel Winder      t: +44 20 7585 2200
41 Buckmaster Road    m: +44 7770 465 077
London SW11 1EN, UK   w: www.russel.org.uk

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20191110/ade09809/attachment-0001.sig>


More information about the Digitalmars-d mailing list