Open
Description
@ispeters recent work on async stacks has involved changing the connect
customization point to wrap the resulting operation state into one that maintains back pointers for reconstructing the stack.
The current specification of connect
does not allow for that. We should loosen the requirements on the return type of connect
.
This cannot be done after we ship connect
.