- provides a pool of threads
- can be used to execute tasks
- post work items
- process asynchronous I/O
- process timers
Further read:
https://learn.microsoft.com/en-us/dotnet/api/system.threading.threadpool?view=net-6.0
Further read:
https://learn.microsoft.com/en-us/dotnet/api/system.threading.threadpool?view=net-6.0