Make the stateful gorouting a single block
This commit is contained in:
@@ -56,7 +56,6 @@ func main() {
|
||||
// value in the case of `reads`).
|
||||
go func() {
|
||||
var state = make(map[int]int)
|
||||
|
||||
for {
|
||||
select {
|
||||
case read := <-reads:
|
||||
|
||||
Reference in New Issue
Block a user