@ -18,8 +18,9 @@ threadpool pool(4);
```cpp
int add(int x, int y)
{
return x + y;
}
pool.add_task(&add, 1, 2);
```
или член класса
The note is not visible to the blocked user.