|
LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for free_net_context. More...
#include <lci_binding_post.hpp>
Public Member Functions | |
| free_net_context_x (net_context_t *net_context_in) | |
| free_net_context_x && | net_context (net_context_t *net_context_in) |
| free_net_context_x && | runtime (runtime_t runtime_in) |
| void | call_impl (net_context_t *net_context, runtime_t runtime) const |
| void | call () const |
| void | operator() () const |
Public Attributes | |
| net_context_t * | m_net_context |
| option_t< runtime_t > | m_runtime |
The actual implementation for free_net_context.
|
inline |
| void lci::free_net_context_x::call | ( | ) | const |
| void lci::free_net_context_x::call_impl | ( | net_context_t * | net_context, |
| runtime_t | runtime ) const |
|
inline |
|
inline |
|
inline |
| net_context_t* lci::free_net_context_x::m_net_context |