mirror of
https://gitlab.com/niansa/cosched.git
synced 2025-03-06 20:53:26 +01:00
Fixed typo
This commit is contained in:
parent
f7592dc8d1
commit
a95878f505
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue