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 | |
parent | MX: mx_new_session solely creates a session; handle() is separate (diff) | |
download | maild-master.tar.gz maild-master.tar.zst maild-master.zip |
-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 {} } |