stream icon indicating copy to clipboard operation
stream copied to clipboard

Stream bytes to multiple independent Readers #golang

Results 3 stream issues
Sort by recently updated
recently updated
newest added

This PR removes the requirement of File to implement Name() method. Reasons: 1. Name doesn't always makes any sense (e.g. memfs) 2. Prevents issues with implementation of fs.Name(), e.g. in...

We already have a `Stream.ShutdownWithErr` mechanism, which propagates a custom error. There's also a `Stream.Cancel` method. However, there should be a `Stream.CancelWithErr` method to allow propagation of a custom error....

We already have a `Stream.ShutdownWithErr` mechanism, which propagates a custom error. There's also a `Stream.Cancel` method. However, there should be a `Stream.CancelWithErr` method to allow propagation of a custom error....