Sunshine master
Self-hosted game stream host for Moonlight.
task_pool_util::_ImplBase Class Referenceabstract

Type-erased task interface stored by the task pool. More...

#include <src/task_pool.h>

Inheritance diagram for task_pool_util::_ImplBase:
[legend]

Public Member Functions

virtual void run ()=0
 Execute the queued task body.
 

Detailed Description

Type-erased task interface stored by the task pool.

Member Function Documentation

◆ run()

virtual void task_pool_util::_ImplBase::run ( )
pure virtual

Execute the queued task body.

Implemented in task_pool_util::_Impl< Function >.


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