October Talk: Andreas Reischuck "Using C++20 Coroutines for Asynchronous Parsers


Details
For our October talk we will join the Meeting C++ Online Meetup and use Hubilo for hosting the meetup.
See: https://www.meetup.com/Meeting-Cpp-online/events/281268697/ for all the details.
Abstract:
C++20 Coroutines are one of the big new features, which are a bit hard to understand.
This talk will try to boost our understanding of coroutines.
Outline:
We start of with an introduction to parsers and why we may want an asynchronous parser.
Motivated by this, we will try to use C++20 Coroutines to implement a simple parser.
As C++ lacks library support for Coroutines, we use most of the time for this.
The talk will have slides to introduce and visualize some concepts.
For the hands on we will do live coding.
Please pray to the live coding gods and watch out for typos.

October Talk: Andreas Reischuck "Using C++20 Coroutines for Asynchronous Parsers