summaryrefslogtreecommitdiffhomepage
path: root/go/observable.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-12-24Go: introducing SHM_ACK observer.Max Romanov1-0/+32
Each request processed in a separate goroutine. In case of OOSM state, during response write, request goroutine blocks on channel which waits event from main thread about SHM_ACK message from router.