[][src]Module tcb::graph::communication::acceptor

Thread for accepting connections from another peer.

Functions

start

Starts the Acceptor thread that waits for connections from other peers and spawns a Reader for each. This function is called on a thread as to not block the caller.