Tagged Questions
4
votes
2answers
111 views
Platform independant thread pool v3
This is a continuation of this question, v4 can be found here
Taking the advise given previously, the deadlock was fixed in the non-yielding code. The next problem comes from the suggestion to make ...
17
votes
2answers
402 views
Dynamically call lambda based on stream input
Some context: I have code that looks like this (minor issue noted here):
...