Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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