sharpcompress
sharpcompress copied to clipboard
On ongoing branch of making everything async
- Use ReadAsync/WriteAsync on every stream
- Use CancelationToken (drop Listener interface?)
- Use ValueToken (need to find better Task.Completed version)
- Use IAsyncDisposable (drop IDispose as it mostly doesn't apply)
- Use IAsyncEnumerable
- Some usage of Memory/Span. Usage of MemoryPool seem good but don't want to completely convert yet.
- More?
is there any plan on continuing this work?
Not from me anytime soon as my personal and professional life is too busy. Sorry.
Hi. Can we expect asynchrony support in the near future?