Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renatospaka/multithreading-in-go

Advanced techniques for handling multi-thread processing with Golang
https://github.com/renatospaka/multithreading-in-go

ebitengine golang goroutine multithreading

Last synced: about 2 hours ago
JSON representation

Advanced techniques for handling multi-thread processing with Golang

Awesome Lists containing this project

README

        

# Multi-thread with Golang
## Advanced techniques to handle multi-thread processing with Golang
(https://www.udemy.com/course/multithreading-in-go-lang/)

It covers:
### 1) go routines

To install **ebiten**, please follow the instructions here and here

### 2) thread synchronization
### 3) using wait groups & channels