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

Close handler interface. More...

#include <iclose_handler.h>

Inheritance diagram for roc::netio::ICloseHandler:

Public Member Functions

virtual void handle_close_completed (BasicPort &port, void *arg)=0
 Handle completion of asynchronous closing of given port. More...
 

Detailed Description

Close handler interface.

Definition at line 21 of file iclose_handler.h.

Member Function Documentation

◆ handle_close_completed()

virtual void roc::netio::ICloseHandler::handle_close_completed ( BasicPort port,
void *  arg 
)
pure virtual

Handle completion of asynchronous closing of given port.

Remarks
After this call, the closed port should not be used.
Note
This method os called from the network loop thread.

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