Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AlfredoCU/Go-Gorutines
Hacer uso de la concurrencia en Go con las Goroutines y Channels.
https://github.com/AlfredoCU/Go-Gorutines
go golang
Last synced: about 2 months ago
JSON representation
Hacer uso de la concurrencia en Go con las Goroutines y Channels.
- Host: GitHub
- URL: https://github.com/AlfredoCU/Go-Gorutines
- Owner: AlfredoCU
- License: mit
- Created: 2020-11-01T01:16:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T05:50:09.000Z (about 4 years ago)
- Last Synced: 2024-05-14T00:38:59.275Z (8 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - Go-Gorutines
README
# Go-Gorutines
## Objetivo
Hacer uso de la concurrencia en Go con las Goroutines y Channels.
## Descripción
Desarrollar un administrador de procesos en Golang.