You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be two classes with the same functionality, DeviceBuffer.hxx and RingBuffer.hxx.
We could probably remove RingBuffer.hxx. It seems it is used in two places.
Stream.hxx which is code that was never finished and doesn't even compile.
Pipe.hxx which should likely rather utilize the DeviceBuffer since it should really have select support.
The text was updated successfully, but these errors were encountered:
There seems to be two classes with the same functionality, DeviceBuffer.hxx and RingBuffer.hxx.
We could probably remove RingBuffer.hxx. It seems it is used in two places.
Stream.hxx which is code that was never finished and doesn't even compile.
Pipe.hxx which should likely rather utilize the DeviceBuffer since it should really have select support.
The text was updated successfully, but these errors were encountered: