VT
Size: a a a
VT
DD
С
DD
AS
С
V
AS
AS
AP
select {
case <-ctx.Done():
return
default:
}AS
ctx.Err()С
С
ctx.Err()AS
AS
select {
case <-ctx.Done():
return
default:
}С
AS
AS
AK
case item, more := <- chItems:
if !more {
// some when chanel closed
}
// some item ops...
x