Refactor Multi class I/O events
- Move methods that didn't need to be methods out of Mutli class. - Use individual send/recv streams instead of a stapled stream, as these type check better; send end needs contravariant argument type, recv end needs covariant return type, stapled stream could only be invariant.
Loading
Please register or sign in to comment