Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/renatospaka/multithreading-in-go
- Owner: renatospaka
- Created: 2022-07-05T20:12:16.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-08T20:34:49.000Z (over 1 year ago)
- Last Synced: 2024-11-09T17:21:13.397Z (about 2 months ago)
- Topics: ebitengine, golang, goroutine, multithreading
- Language: Go
- Homepage:
- Size: 17.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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