Skip to main content

Module tcp_client

Module tcp_client 

Source
Expand description

Module implementing TCP client communication and background IO threads.

§TCP Client Module

This module manages the TCP network connection from the GUI to the kernel server. It handles the initial handshake, asynchronous transmission of UI commands, and continuous listening for responses (like logs or subscriptions) using dedicated background threads.

Structs§

TcpClient 🔒
Manages a persistent TCP connection to the kernel server.