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
* Added auxiliary `MemorySegmentStream` wrapper over [Memory<byte>](https://learn.microsoft.com/en-us/dotnet/api/system.memory-1) type in the form of the writable stream
* Introduced `DotNext.IO.ModernStream` class that derives from [Stream](https://learn.microsoft.com/en-us/dotnet/api/system.io.stream) and implements many of the methods introduced since .NET Framework 1.1 by default in a modern way, requiring only minimal subset of core methods to be implemented by the derived class
* Introduced `DotNext.IO.ModernStream` class that derives from [Stream](https://learn.microsoft.com/en-us/dotnet/api/system.io.stream) and implements many of the methods introduced since .NET Framework 1.1 by default in a modern way, requiring only minimal subset of core methods to be implemented by the derived class
51
-
* Removed async state machine allocations for ad-hoc streams returned by `StreamSource` factory methods
* Improved support of timeouts in `CancellationTokenMultiplexer`. The scope object now has explicit property to detect whether the multiplexed token source is cancelled due to timeout
* Added auxiliary `MemorySegmentStream` wrapper over [Memory<byte>](https://learn.microsoft.com/en-us/dotnet/api/system.memory-1) type in the form of the writable stream
0 commit comments