1 00:00:06,610 --> 00:00:08,800 - Welcome to Lesson 8: Goroutines. 2 00:00:08,800 --> 00:00:11,370 This is where we're gonna learn our mechanical sympathies 3 00:00:11,370 --> 00:00:13,450 about how the operating system schedule works 4 00:00:13,450 --> 00:00:14,870 and the go-schedule works. 5 00:00:14,870 --> 00:00:16,684 We're gonna learn those internals 6 00:00:16,684 --> 00:00:18,830 and then gonna start learning how to create 7 00:00:18,830 --> 00:00:21,260 Goroutines and manage their life cycle. 8 00:00:21,260 --> 00:00:22,982 We're gonna start learning a little bit about 9 00:00:22,982 --> 00:00:25,594 Goroutine orchestration in terms 10 00:00:25,594 --> 00:00:28,723 of how we create them and manage them.