Skip to content

Instantly share code, notes, and snippets.

@MattPD
Last active July 18, 2024 08:19
Show Gist options
  • Save MattPD/9b55db49537a90545a90447392ad3aeb to your computer and use it in GitHub Desktop.
Save MattPD/9b55db49537a90545a90447392ad3aeb to your computer and use it in GitHub Desktop.
C++ links: Coroutines (WIP draft)

C++ links: Coroutines

https://github.com/MattPD/cpplinks / C++ Standard / C++20 / Coroutines

(draft; work in progress)

#coroutines (C++ Slack): https://cpplang.slack.com/archives/C5JS5JXT5

Contents


Readings

Readings: Research

Readings: Research: 2023

Readings: Research: 2022

Readings: Research: 2021

Readings: Research: 2020

Readings: Research: 2019

Readings: Research: 2018

Readings: Research: 2017


Software

Software: Examples


Talks

Talks: 2024

Talks: 2023

Talks: 2022

Talks: 2021

Talks: 2020

Talks: 2019

Talks: 2018

Talks: 2017

Talks: 2016

Talks: 2015

@jeremyong
Copy link

I wrote https://github.com/jeremyong/coop if there's any interest (task scheduling on a CPU affinity aware two-priority thread pool). Thanks for the helpful list of resources!

@MattPD
Copy link
Author

MattPD commented Mar 31, 2021

@jeremyong: Looks good, added; thanks!

@jeremyong
Copy link

🎉🎉🎉 thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment