elvish/pkg/daemon
Qi Xiao 7fa09ac1d3 Use buffered channels with signal.Notify.
Both places act on the first signal received, so a buffer size of 1 is
sufficient.
2021-08-23 00:22:11 +01:00
..
client Run gofmt with Go 1.17. 2021-08-23 00:19:49 +01:00
daemondefs Refactor shell and daemon initialization code. 2021-06-28 20:02:38 +01:00
internal/api Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
daemon_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
daemon.go Reorganize the daemon module. 2021-06-19 01:06:11 +01:00
listen_unix.go Run gofmt with Go 1.17. 2021-08-23 00:19:49 +01:00
listen_windows.go Reorganize the daemon module. 2021-06-19 01:06:11 +01:00
serve.go Use buffered channels with signal.Notify. 2021-08-23 00:22:11 +01:00
service.go Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
umask_unix.go Run gofmt with Go 1.17. 2021-08-23 00:19:49 +01:00
umask_windows.go pkg/prog: Move all Program implementations into own packages. 2020-04-25 00:12:18 +01:00