https://github.com/muesli/cancelreader#usage says 'the cancel function can be used to interrupt a blocking Read call'.
Am 31. Oktober 2022 19:11:22 UTC schrieb Holger Levsen <hol...@layer-acht.org>: >On Sun, Oct 30, 2022 at 09:23:52AM +0100, Martin Dosch wrote: >> Description : A cancelable reader for Go >> >> CancelReader >> . >> Latest Release (https://github.com/muesli/cancelreader/releases) Go Doc >> (https://pkg.go.dev/github.com/muesli/cancelreader) Software License >> (/LICENSE) Build Status (https://github.com/muesli/cancelreader/actions) >> Go ReportCard (https://goreportcard.com/report/muesli/cancelreader) >> . >> A cancelable reader for Go >> . >> This package is based on the fantastic work of Erik Geiser >> (https://github.com/erikgeiser) in Charm's Bubble Tea >> (https://github.com/charmbracelet/bubbletea) framework. >> >> This is a build-depend for newer versions of >> golang-github-charmbracelet-bubbletea. > >what's a cancelable reader? > >