Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::netio::ITerminateHandler Class Referenceabstract

Termination handler interface. More...

#include <iterminate_handler.h>

Inheritance diagram for roc::netio::ITerminateHandler:

Public Member Functions

virtual void handle_terminate_completed (IConn &conn, void *arg)=0
 Handle completion of asynchronous termination of given connection. More...
 

Detailed Description

Termination handler interface.

Definition at line 22 of file iterminate_handler.h.

Member Function Documentation

◆ handle_terminate_completed()

virtual void roc::netio::ITerminateHandler::handle_terminate_completed ( IConn conn,
void *  arg 
)
pure virtual

Handle completion of asynchronous termination of given connection.

Note
This method is called from the network loop thread.

The documentation for this class was generated from the following file: