Rakuten interview question

How are thread pools implemented in .NET?

Interview Answer

Anonymous

4 July 2018

I wasn't sure, but said I thought there was probably a set number of threads in the pool, and code was queued up and processed by them. The interviewer just said that was a bad way to do it, so I guess that's not the answer he was looking for.