Tyler-Hardin/thread_pool

How to pass a multiple arguments to my function?

lkjhgfda opened this issue · 2 comments

I tried something like

...
int myFunc(int a, int b, int c)
...
... myPool.async(std::function<int(int, int, int)>(myFunc), a, b, c)...

and get a ton of errors.
But if I using function with 1 argument everything works well.
What i'm doing wrong?

It might help if you paste the errors and a larger section of the code.

It was a bug. I think it's fixed. Let me know if you're still getting errors.