- Generic Concurrency in Go https://sergey.kamardin.org/articles/generic-concurrency-in-go/ 9 comments golang
- Go, Generics, and Concurrency https://medium.com/@jon_43067/go-generics-and-concurrency-d0dccab73a73 8 comments golang
- A generic fetcher for going from a web url to a UIImage while handling multiple concurrent requests for the same resource. https://www.reddit.com/r/swift/comments/acwxna/a_generic_fetcher_for_going_from_a_web_url_to_a/ 3 comments swift
- GitHub - devnw/stream: Stream is a generic implementation for concurrency patterns in Go https://github.com/devnw/stream 8 comments golang
- genesis: typesafe concurrent generic functions for Go (for slices and channels) https://github.com/life4/genesis 3 comments golang
- Ko: A generic type-safe language for concurrent, stateful, deadlock-free systems and protocol manipulations, implemented in Go. https://github.com/kocircuit/kocircuit 7 comments golang
- working on a go->c++ compiler for a very specific subset of go (mostly no runtime gc / dynamic interface dispatch / concurrency) (likely adding some own 'static reflection' features) for wasm gameplay programming. generics (interface-checked) become templates! https://gist.github.com/nikki93/37256c81766d4b8806aaa6cf2195b00d?ts=2 7 comments golang