summaryrefslogtreecommitdiffhomepage
path: root/go/nxt_cgo_lib.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-12-24Go: introducing SHM_ACK observer.Max Romanov1-9/+11
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/+207
This patch includes packaging changes related to files move.