1
0
Fork 0
mirror of https://gitlab.com/niansa/cosched.git synced 2025-03-06 20:53:26 +01:00
Commit graph

12 commits

Author SHA1 Message Date
niansa
ecacf7f9f7 Implemented experimental async mutex 2023-05-22 22:46:30 +02:00
niansa
9d1047be54 Build as shared library 2023-05-16 20:17:10 +02:00
niansa
2f43b6d41b Compile as PIE 2023-05-16 19:23:53 +02:00
78f710d0f5 Removed debug leftovers 2023-05-05 10:25:50 +02:00
3def9bb02c Replaced libasync with basic-coro
We don't need full-blown libasync here...
2023-05-05 10:24:05 +02:00
e53d6c2c7e Moved ScheduledThread::main_loop into another file 2023-05-04 15:09:30 +02:00
1e3e3c7786 Added some hints to ScheduledThread functions 2023-05-04 15:07:56 +02:00
637889421a Implemented ScheduledThread 2023-05-04 15:06:26 +02:00
698bc16ecd Don't build test 2023-05-04 14:09:53 +02:00
3714abde1c Allow reading current task from Task::current() 2023-05-04 14:09:27 +02:00
bf5033f6bc Changed the way termination is handled 2023-05-04 11:27:37 +02:00
dbc07373d4 Initial commit 2023-05-04 10:38:09 +02:00