29 Jun
2026
29 Jun
'26
3:12 p.m.
On Mon, Jun 29, 2026 at 8:10 AM Andrey Semashev via Boost < boost@lists.boost.org> wrote:
My general preference is that it is best to avoid spawning internal threads and instead design API in such a way that the user provides a thread, if one is needed.
We try to do that but sometimes the internal thread cannot be avoided. For example domain name resolutions are inherently synchronous. User code doesn't run in the implementation-defined thread which Corosio launches for this. Thanks