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
2024-03-18 07:36:14 +00:00
basic-coro Fixed warnings and added Task::is_dead() 2023-05-06 01:13:50 +02:00
include Improved LockGuard nodiscard 2023-05-22 23:57:49 +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 Implemented experimental async mutex 2023-05-22 22:46:30 +02:00
LICENSE Changed to CC0 LICENSE 2024-03-18 07:36:14 +00:00
scheduled_thread.cpp Resource deadlock avoided 2023-05-05 21:00:00 +02:00
scheduler.cpp Added get_state_string() 2023-05-10 14:46:25 +02:00
test.cpp Minor reworks and fixed lambda lifetime in ScheduledThread 2023-05-05 12:55:48 +02:00