Lazy Foo' Productions

Multithreading
Up until now you've been making programs that only do one process at a time. With multithreading, you can make programs that can do multiple processes at once. This tutorial will introduce you to SDL's multithreading capabilities.