22 #include <aws/io/channel_bootstrap.h>
23 #include <aws/io/host_resolver.h>
64 operator bool() const noexcept;
91 void EnableBlockingShutdown() noexcept;
93 aws_client_bootstrap *GetUnderlyingHandle() const noexcept;
96 aws_client_bootstrap *m_bootstrap;
98 std::unique_ptr<struct ClientBootstrapCallbackData> m_callbackData;
99 std::future<
void> m_shutdownFuture;
100 bool m_enableBlockingShutdown;