[ 源代码: 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-centrifugal-protocol-dev
- raku-uri
- golang-github-svent-go-nbreader-dev
- golang-github-johanneskaufmann-html-to-markdown-dev
- golang-github-in-toto-attestation-dev
- golang-github-centrifugal-centrifuge-dev
- golang-github-henvic-httpretty-dev
- golang-github-cli-safeexec-dev
- golang-github-bits-and-blooms-bitset-dev
- golang-github-olekukonko-ll-dev
- libinfinity-0.7-0t64-dbgsym
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