![]() |
MySQL 9.5.0
Source Code Documentation
|
A wrapper that will return a context to the pool as soon as it is released. More...
#include <jit_executor_context_pool.h>
Public Member Functions | |
| PooledContextHandle (ContextPool *pool, IContext *ctx) | |
| ~PooledContextHandle () override | |
| IContext * | get () override |
Public Member Functions inherited from jit_executor::IContextHandle | |
| IContextHandle ()=default | |
| virtual | ~IContextHandle ()=default |
Private Attributes | |
| ContextPool * | m_pool |
| IContext * | m_context |
A wrapper that will return a context to the pool as soon as it is released.
|
inline |
|
inlineoverride |
|
inlineoverridevirtual |
Implements jit_executor::IContextHandle.
|
private |
|
private |