Rename local variables coio -> io
We are going to wrap fd in iostream struct and pass it to all coio methods. When we do that, the name 'coio' won't make any sense. Let's switch to 'io'. We do renaming in a separate patch to reduce the blast radius of the main patch.
Please register or sign in to comment