doc ru
This commit is contained in:
@@ -43,8 +43,8 @@ public:
|
||||
|
||||
virtual ~PIThreadPoolLoop();
|
||||
|
||||
//! \~english Set threads function to "f" with format [ ](int){ ... }
|
||||
//! \~russian Устанавливает функцию потоков на "f" в формате [ ](int){ ... }
|
||||
//! \~english Set threads function to [lambda expression](https://en.cppreference.com/w/cpp/language/lambda) "f" with format [ ](int){ ... }
|
||||
//! \~russian Устанавливает функцию потоков на [лямбда-выражение](https://ru.cppreference.com/w/cpp/language/lambda) "f" в формате [ ](int){ ... }
|
||||
void setFunction(std::function<void(int)> f);
|
||||
|
||||
//! \~english Wait for all threads stop
|
||||
|
||||
Reference in New Issue
Block a user