pub(crate) fn serve_payload(
    listener: &TcpListener,
    send: &Arc<[u8]>,
    receive: &Arc<[u8]>
) -> Vec<JoinHandle<Result<()>>>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Runs the benchmarking TCP server, using the provided TCP listener and set of payloads.