Re: [go-nuts] Using context package for goroutines cancellation is quite verbose

2020-06-09 Thread Yegor Roganov
. On Monday, June 8, 2020 at 10:46:05 PM UTC+3, Ian Lance Taylor wrote: > > On Mon, Jun 8, 2020 at 9:59 AM Yegor Roganov > wrote: > > > > My team is developing a cloud-based data processing application, and a > large bulk of the application's job is doing network calls to othe

[go-nuts] Using context package for goroutines cancellation is quite verbose

2020-06-08 Thread Yegor Roganov
Hello, My team is developing a cloud-based data processing application, and a large bulk of the application's job is doing network calls to other services. Go's goroutines and channel-based communication are an excellent fit, but in order for the application to be able to properly shut down,