This commit is contained in:
Pavel Danilov 2022-04-15 19:02:33 +00:00 committed by Arseny Balobanov
parent e1aa8804b0
commit ae4a2a4f03

View file

@ -58,9 +58,9 @@
таймаутов происходит отдельно в двух разных вызовах `select {}`:
```go
select {
case <-TimeAfter(timeout):
...
case <-TimeAfter(timeout):
...
...
}
```