//! The `gw` entry point. Everything it does is in the library beside it, so the
//! command line can be exercised without spawning a process.
use ExitCode;
/// A current-thread runtime: every verb here is one connection asking one
/// question, so a thread pool would be a pool of idle threads.
async