Use futures in synchronous request() methods
Use futures in synchronous request() methods instead of running the I/O server. Use a dedicated thread and dummy work for the I/O server when using an internal I/O context.
Use futures in synchronous request() methods instead of running the I/O server. Use a dedicated thread and dummy work for the I/O server when using an internal I/O context.