C++Now 2025 - A Beman Project Update
· One min read
2025 marks the second year of working on the Beman project at C++Now.
Testing testing.
Documentation and Website
- use docusaurus to generate docs
- from markdown
- from source code
- integrate into website
- support for multiple library versions docs
Progress on Execution Library
A small group had a look at sequence senders and started with some basic implementation (not, yet, on Beman repositories but here, awaiting a bit more substance and a proposal) built on top of execution: senders are fundamentally a "pull model" (you ask for work) and sequence senders expand that to add a "push model" (you get work given).