summaryrefslogtreecommitdiffhomepage
path: root/go/response.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-11-18Go: removing C proxy functions and re-using goroutines.Max Romanov1-22/+10
2019-12-24Go: introducing SHM_ACK observer.Max Romanov1-2/+34
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.
2019-12-24Go: moving source files to the root of the project.Max Romanov1-0/+87
This patch includes packaging changes related to files move.