issues
search
ohkami-rs
/
ohkami
Ohkami - intuitive and declarative web framework for Rust
MIT License
73
stars
6
forks
source link
refactor: graceful shutdown impl
#237
Closed
kanarus
closed
3 months ago
kanarus
commented
3 months ago
drop listener just when
ctrl_c_tx.closed()
in order to deny, not only not-handle, further connections
more readable code
ctrl_c_tx.closed()
in order to deny, not only not-handle, further connections