pub fn request_drain()Expand description
Request a graceful drain programmatically — the same one-way DRAINING latch
SIGTERM sets, plus a reactor wakeup. Idempotent and monotonic; never
escalates to FORCE (only a second signal does), so a caller cannot cut an
in-flight drain short.