cloud-game/pkg
Sergey Stepanov 43cb05e088 Remove unused OS signal handlers in C
The idea is that we make just one OS signals handler on the C (CGO) side instead of Go and handle everything there from both, which is needed for proper termination process of multithreaded Libretro cores. But it leads to strange segfaults.
2023-04-16 13:24:28 +03:00
..
api Clean API (#391) 2023-03-18 20:24:06 +03:00
com Increase default socket timeouts 2023-03-29 13:37:01 +03:00
config Allow override config from /home 2023-04-06 12:01:49 +03:00
coordinator Clean API (#391) 2023-03-18 20:24:06 +03:00
games Add dummy CLEAR_ALL_THREAD_WAITS_CB for Mupen64 core in order to support the threaded renderer 2023-04-04 17:59:24 +03:00
logger Clean API (#391) 2023-03-18 20:24:06 +03:00
monitoring Bump to v3 2023-03-16 23:46:53 +03:00
network Increase ws write timeout for slow IO 2023-04-07 22:24:35 +03:00
os Some optimizations (#387) 2023-01-31 22:22:03 +03:00
service Refactored v3 (#350) 2023-01-09 23:20:22 +03:00
worker Remove unused OS signal handlers in C 2023-04-16 13:24:28 +03:00