You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: