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-05 21:00:00 +02:00
basic-coro Replaced libasync with basic-coro 2023-05-05 10:24:05 +02:00
include Fixed typo 2023-05-05 18:43:27 +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 Removed debug leftovers 2023-05-05 10:25:50 +02:00
LICENSE Add LICENSE 2023-05-04 08:40:12 +00:00
scheduled_thread.cpp Resource deadlock avoided 2023-05-05 21:00:00 +02:00
scheduler.cpp Removed some locks sind Scheduler isn't thread-safe anyways 2023-05-05 18:42:36 +02:00
test.cpp Minor reworks and fixed lambda lifetime in ScheduledThread 2023-05-05 12:55:48 +02:00