Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ executor

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.

Parameters
callRepresents the function to execute. The executor must eventually execute this function.
conThe connection associated with this call. May be null.

Definition at line 89 of file Initialize.h.