mangos icon indicating copy to clipboard operation
mangos copied to clipboard

Consider "DialContext" to match other golang net pkgs

Open gdamore opened this issue 6 years ago • 0 comments

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.

gdamore avatar Oct 31 '18 17:10 gdamore