IsomorphicGo / isokit

* This repo moved to https://go.isomorphicgo.org/go/isokit * Common isomorphic functionality in one kit.
https://go.isomorphicgo.org/go/isokit
53 stars 2 forks source link

Questions about concurrency #2

Open dolanor opened 5 years ago

dolanor commented 5 years ago

Hi,

I'm getting into your framework, but I'm wondering why you have a function like https://go.isomorphicgo.org/go/isokit/src/branch/master/fetchtemplatebundle.go#L69 with a channel.

Returning the template directly wouldn't be simpler?