I used token created from strand to accept socket. Is my future stream_.get_executor() protected by strand is was created from?
Or should I create strand from stream executor in session ctr and use it for coros createtion and\or read\write ops?
I create reader\writer coros using stream executor. If they are protected by stream strand, should I implicitly specify token created from stream when awaiting async_read\write or I can juse use default one?
Thank you for helping me understanding strand usage!
Thank you for helping me understanding strand usage!