Skip to content
Snippets Groups Projects
Commit 96938b15 authored by Niccolò Betto's avatar Niccolò Betto
Browse files

[TaskScheduler] Avoid copying the `std::function` member when assigning `Task` objects

Copy constructor and assignment operator of the `Task` class has been
deleted to avoid unnecessary copies of the `std::function` member, which
can get pretty heavy in some cases.
parent 30d15f21
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment