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 19:50:47 +02:00
include Renamed ScheduledThread::enqueue to create_task 2023-05-04 19:50:47 +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 Moved ScheduledThread::main_loop into another file 2023-05-04 15:09:30 +02:00
LICENSE Add LICENSE 2023-05-04 08:40:12 +00:00
scheduled_thread.cpp Improved ScheduledThread::enqueue 2023-05-04 19:49:36 +02:00
scheduler.cpp Implemented ScheduledThread 2023-05-04 15:06:26 +02:00
test.cpp Implemented ScheduledThread 2023-05-04 15:06:26 +02:00