Module async_server

Module async_server 

Source
Expand description

Asynchronous OpenIGTLink server implementation

Provides a non-blocking, async/await-based server for OpenIGTLink communication.

Structsยง

AsyncIgtlConnection
Represents an accepted client connection (async)
AsyncIgtlConnectionReader
Read half of an async OpenIGTLink connection
AsyncIgtlConnectionWriter
Write half of an async OpenIGTLink connection
AsyncIgtlServer
Asynchronous OpenIGTLink server