Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-18 | Go: removing C proxy functions and re-using goroutines. | Max Romanov | 1 | -22/+10 | |
2019-12-24 | Go: introducing SHM_ACK observer. | Max Romanov | 1 | -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-24 | Go: moving source files to the root of the project. | Max Romanov | 1 | -0/+87 | |
This patch includes packaging changes related to files move. |