22 Sep
2021
22 Sep
'21
2:38 p.m.
On Wed, Sep 22, 2021 at 7:34 AM Andrzej Krzemienski via Boost
I now realize that I asked the wrong question. The question that I really wanted to ask is: do I have to heap-allocate "IO" objects in order to use tem with continuation-passing style completion handlers?
Are you really asking "can I move I/O objects while they are performing asynchronous operations?" Thanks