We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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)?