| std::function<void(std::function<void()> call, const Ice::ConnectionPtr& con)> Ice::InitializationData::executor {} |
A function that the communicator calls to execute dispatches and async invocation callbacks.
| call | Represents the function to execute. The executor must eventually execute this function. |
| con | The connection associated with this call. May be null. |
Definition at line 53 of file Initialize.h.