Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
roc::netio::INetworkTaskCompleter Class Referenceabstract

Network task completion handler. More...

#include <roc_netio/target_libuv/roc_netio/inetwork_task_completer.h>

Public Member Functions

virtual void network_task_completed (NetworkTask &)=0
 Invoked when network task is completed. Should not block. More...
 

Detailed Description

Network task completion handler.

Definition at line 21 of file inetwork_task_completer.h.

Member Function Documentation

◆ network_task_completed()

virtual void roc::netio::INetworkTaskCompleter::network_task_completed ( NetworkTask )
pure virtual

Invoked when network task is completed. Should not block.


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