Demo implementation of C++ networking based on the Networking TS and the sender/receiver for networking proposal.
The implementation requires stdexec for the implementation of the sender library. It may need to be cloned into the root directory:
git clone https://github.com/NVIDIA/stdexec
When using the Makefile
the repository should be cloned automatically.