1 00:00:05,670 --> 00:00:08,910 In this section, we are going to learn about concurrency. 2 00:00:09,150 --> 00:00:14,190 Concurrency is the ability for different parts of a program to execute independently. 3 00:00:14,730 --> 00:00:20,400 Parallel programming is where different parts of a program execute at the same time. 4 00:00:20,580 --> 00:00:26,220 So for simplicity's sake, I will just say concurrent throughout this section. 5 00:00:26,340 --> 00:00:31,530 So let's jump right into creating concurrent, robust code.