https://github.com/tgfrerer/pal_tasks
Code for the C++20 coroutines based job system discussed in https://poniesandlight.co.uk/reflect/coroutines_job_system/
https://github.com/tgfrerer/pal_tasks
Last synced: about 1 year ago
JSON representation
Code for the C++20 coroutines based job system discussed in https://poniesandlight.co.uk/reflect/coroutines_job_system/
- Host: GitHub
- URL: https://github.com/tgfrerer/pal_tasks
- Owner: tgfrerer
- License: mit
- Created: 2023-06-14T11:19:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T22:14:47.000Z (almost 3 years ago)
- Last Synced: 2023-09-02T15:46:52.517Z (almost 3 years ago)
- Language: C++
- Size: 186 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pal_tasks
Code for the C++20 coroutines based job system discussed in: https://poniesandlight.co.uk/reflect/coroutines_job_system/