An Executor which plans request to be executed by a pool of threads. More...
#include <executor.h>
Public Member Functions | |
Pool_executor (Pool_executor_factory *, Method *, Server *, Server_connection *) | |
void | execute (const Param_list &) |
Start method execution. | |
void | process_actual_execution () |
![]() | |
Executor (Method *, Server *, Server_connection *) | |
void | set_interceptors (Interceptor *ic) |
Additional Inherited Members | |
![]() | |
void | schedule_response (const Response &) |
void | interrupt_server () |
![]() | |
Method * | method |
Interceptor * | interceptors |
An Executor which plans request to be executed by a pool of threads.