Very helpful video but may be “under the hood” is the wrong title ? I was expecting to see what happens at the operating system level. This video is perhaps more like a swift concurrency advanced topics or swift concurrency concepts that are generally looked over
@alxkub Жыл бұрын
How liming the number of threads in pool by the number of CPU cores is a good idea? A bunch of long running computational tasks may completely block other (potentially short) tasks from executing? Also one may want to use some old-style blocking I/O calls and that will also lead to problems…