Tagged Questions
A lambda is an expression that acts as an anonymous function. Use this tag if you would like to discuss the appropriateness of a lambda or anonymous function in your code.
17
votes
2answers
393 views
Dynamically call lambda based on stream input
Some context: I have code that looks like this (minor issue noted here):
...
4
votes
2answers
99 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 ...