mangos
mangos copied to clipboard
Consider "DialContext" to match other golang net pkgs
It might be nice to have a Context that can be used to coordinate synchronous Dialing (done in a goroutine). Now that golang's context.Context is pretty much mainstream Go, we should look at using it more.