https://github.com/awslabs/aws-sdk-cpp/blob/master/aws-cpp-sdk-core/source/utils/threading/Executor.cpp#L25 As you know, default executor is inefficient. (creating a thread - executing a function - terminating a thread ) Is there any other plan to change or substituable implementation (internally used or so)?