-
- Downloads
[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
Please register or sign in to comment