[io_context.io_context] Reentrancy and run functions
chriskohlhoff opened this issue · 0 comments
chriskohlhoff commented
C++Std [reentrancy] says:
Except where explicitly specified in this standard, it is implementation-defined which functions in the Standard C++ library may be recursively reentered.
The intention is that the run functions may be recursively reentered. We may want add a sentence explicitly specifying this.