Eric Niebler will be speaking at Microsoft Nov 20

2020-12-29 Thread Imperatorn via Digitalmars-d-announce
https://forum.dlang.org/post/osdrmatpxllbvwmkt...@forum.dlang.org On Monday, 13 January 2020 at 02:09:14 UTC, zoujiaqing wrote: On Wednesday, 20 November 2019 at 08:32:37 UTC, Walter Bright wrote: more: all critically important foundational technologies that await a standard abstraction for

Re: Eric Niebler will be speaking at Microsoft Nov 20

2020-01-25 Thread bauss via Digitalmars-d-announce
On Monday, 13 January 2020 at 02:09:14 UTC, zoujiaqing wrote: On Wednesday, 20 November 2019 at 08:32:37 UTC, Walter Bright wrote: more: all critically important foundational technologies that await a standard abstraction for asynchronous computation. Looking forward to: DLang using await as

Re: Eric Niebler will be speaking at Microsoft Nov 20

2020-01-12 Thread zoujiaqing via Digitalmars-d-announce
On Wednesday, 20 November 2019 at 08:32:37 UTC, Walter Bright wrote: more: all critically important foundational technologies that await a standard abstraction for asynchronous computation. Looking forward to: DLang using await as a standard abstraction for asynchronous computation.

Re: Eric Niebler will be speaking at Microsoft Nov 20

2019-11-20 Thread Les De Ridder via Digitalmars-d-announce
On Wednesday, 20 November 2019 at 08:32:37 UTC, Walter Bright wrote: Title A Unifying Abstraction for Async in C++ [...] Come join us, it'll be fun! Will this talk be recorded?

Re: Eric Niebler will be speaking at Microsoft Nov 20

2019-11-20 Thread Walter Bright via Digitalmars-d-announce
On 11/20/2019 1:06 AM, Les De Ridder wrote: Will this talk be recorded? They usually are, but sometimes something goes wrong with the camera.

Eric Niebler will be speaking at Microsoft Nov 20

2019-11-20 Thread Walter Bright via Digitalmars-d-announce
Title A Unifying Abstraction for Async in C++ Abstract Async in C++ is in a sad state. The standard tools — promises, futures, threads, locks, and std::async — are either inefficient, broken, or both. Even worse, there is no standard way to say _where_ work should happen. Parallel algorithms,