Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Computer Science: INTRODUCTION TO MULTI-THREADING (Golang)

Posted By: ELK1nG
Computer Science: INTRODUCTION TO MULTI-THREADING (Golang)

Computer Science: INTRODUCTION TO MULTI-THREADING (Golang)
MP4 | Video: h264, 1280x720 | Audio: AAC, 44100 Hz
Language: English | Size: 481 MB | Duration: 48m

Multithreading is a very important concept in the world of software engineering.

It essentially allows the programmer to write applications that can multitask (do multiple things at the same time), which serves to provide significant improvements in speed and efficiency!

This course will give you a great high-level introduction to the concept of multithreading and will walk you through some concrete examples using Golang to illustrate how threads work. Moreover, you will also learn how to build a threadpool, which is a very popular threading construct often used in multithreaded applications!