Skip to content

cmUVStreambuf: Add std::streambuf implementation for uv_stream_t

Kyle Edwards requested to merge kyle.edwards/cmake:cmuvstreambuf into master

This will allow std::istream/std::ostream-based interaction with processes spawned by libuv.

Merge request reports