[ 源代码: golang-github-muesli-cancelreader ]
软件包:golang-github-muesli-cancelreader-dev(0.2.2-2)
golang-github-muesli-cancelreader-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-muesli-cancelreader:
- [golang-github-muesli-cancelreader_0.2.2-2.dsc]
- [golang-github-muesli-cancelreader_0.2.2.orig.tar.gz]
- [golang-github-muesli-cancelreader_0.2.2-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-charmbracelet-bubbletea-dev
- librapidcheck-dev
- golang-github-svent-go-nbreader-dev
- libgo23-amd64-cross
- golang-github-hodgesds-perf-utils-dev
- golang-github-charmbracelet-bubbles-dev
- golang-github-cli-safeexec-dev
- golang-github-buengese-sgzip-dev
- golang-github-gomarkdown-markdown-dev
- libhdate-dev
- libjson-parse-perl
Cancelable reader for Go (library)
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.
NewReader returns a reader with a Cancel function. If the input reader is a File, the cancel function can be used to interrupt a blocking Read call. In this case, the cancel function returns true if the call was canceled successfully. If the input reader is not a File, the cancel function does nothing and always returns false.
其他与 golang-github-muesli-cancelreader-dev 有关的软件包
|
|
|
|
-
- dep: golang-golang-x-sys-dev
- Low-level interaction with the operating system