1
0
Fork 0
mirror of https://gitlab.com/niansa/cosched.git synced 2025-03-06 20:53:26 +01:00
A simple C++20 cooperative task scheduler
Find a file
2023-05-04 14:09:27 +02:00
include Allow reading current task from Task::current() 2023-05-04 14:09:27 +02:00
libasync@721195383b Initial commit 2023-05-04 10:38:09 +02:00
.gitignore Initial commit 2023-05-04 10:38:09 +02:00
.gitmodules Initial commit 2023-05-04 10:38:09 +02:00
CMakeLists.txt Allow reading current task from Task::current() 2023-05-04 14:09:27 +02:00
LICENSE Add LICENSE 2023-05-04 08:40:12 +00:00
scheduler.cpp Allow reading current task from Task::current() 2023-05-04 14:09:27 +02:00
test.cpp Allow reading current task from Task::current() 2023-05-04 14:09:27 +02:00