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

Fixed typo

This commit is contained in:
niansa 2023-05-05 18:43:27 +02:00
parent f7592dc8d1
commit a95878f505

View file

@ -46,7 +46,7 @@ public:
});
}
// Cann be called from within a task
// Can be called from anywhere
void create_task(const std::string& task_name, std::function<AwaitableTask<void> ()>&& task_fcn) {
// Enqueue function
{