|
Sunshine master
Self-hosted game stream host for Moonlight.
|
Type-erased task interface stored by the task pool. More...
#include <src/task_pool.h>
Public Member Functions | |
| virtual void | run ()=0 |
| Execute the queued task body. | |
Type-erased task interface stored by the task pool.
|
pure virtual |
Execute the queued task body.
Implemented in task_pool_util::_Impl< Function >.