devtools

Function handle_client

Source
pub(crate) fn handle_client(
    actors: Arc<Mutex<ActorRegistry>>,
    stream: TcpStream,
    stream_id: StreamId,
)
Expand description

Process the input from a single devtools client until EOF.