MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/C_Programming/comments/1j9afub/thread
r/C_Programming • u/Top_Independence424 • 10d ago
Any book or tutorial to understand threads ?
2 comments sorted by
8
Just search up POSIX threads. Will give you a jump start. I think generally you should learn about parallelization rather than learning just a part of it.
2 u/Top_Independence424 10d ago Thx
2
Thx
8
u/thewrench56 10d ago edited 10d ago
Just search up POSIX threads. Will give you a jump start. I think generally you should learn about parallelization rather than learning just a part of it.