[ 原始碼: 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
- golang-github-joshuarubin-lifecycle-dev
- 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
- libjson-parse-perl
- golang-github-go-viper-mapstructure-dev
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