Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipeagger/goroutine-playground
Some tests and examples with goroutines and channels
https://github.com/felipeagger/goroutine-playground
Last synced: 11 days ago
JSON representation
Some tests and examples with goroutines and channels
- Host: GitHub
- URL: https://github.com/felipeagger/goroutine-playground
- Owner: felipeagger
- Created: 2022-02-08T19:28:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T18:34:28.000Z (25 days ago)
- Last Synced: 2024-10-26T20:36:33.513Z (25 days ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goroutine-playground
Some tests and examples with goroutines and channels# simpleAsyncCalls
Runs functions in background and doesn't wait for results# asyncCallsWithResults
Runs functions in background and stream results to main function# Go-Playground Link
https://go.dev/play/p/656HitzH6id