diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-16 16:56:49 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-16 16:56:49 +0800 |
commit | 51f0aa7544fbc5b93e65b05181a2d7755b12aa78 (patch) | |
tree | 808fa38934595ac244196fb98301b0eb51de5d74 /main.go | |
parent | MX: mx_new_session solely creates a session; handle() is separate (diff) | |
download | maild-51f0aa7544fbc5b93e65b05181a2d7755b12aa78.tar.gz maild-51f0aa7544fbc5b93e65b05181a2d7755b12aa78.tar.zst maild-51f0aa7544fbc5b93e65b05181a2d7755b12aa78.zip |
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,6 +19,5 @@ func main() { go serve_mx() - deadlock := make(chan struct{}) - deadlock <- struct{}{} + select {} } |