pub async fn run( faucet: Faucet, listener: TcpListener, gw_lnd_port: u16, ) -> Result<()>
Serves the faucet API on the already bound listener until the task is cancelled.
listener