Home
last modified time | relevance | path

Searched refs:ctrlc (Results 1 – 25 of 2125) sorted by relevance

12345678910>>...85

/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/async-ctrlc-1.2.0/
H A DREADME.md1 `async-ctrlc` is an async wrapper of the [`ctrlc`] crate.
3 …status](https://github.com/kennytm/async-ctrlc/workflows/Rust/badge.svg)](https://github.com/kenny…
4 …test Version](https://img.shields.io/crates/v/async-ctrlc.svg)](https://crates.io/crates/async-ctr…
5 [![Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/async-ctrlc)
7 [`ctrlc`]: https://github.com/Detegr/rust-ctrlc
18 let ctrlc = CtrlC::new().expect("cannot create Ctrl+C handler?");
20 ctrlc.race(async {
40 let ctrlc = CtrlC::new().expect("cannot create Ctrl+C handler?");
42 let mut stream = ctrlc.enumerate().take(3);
H A DCargo.toml.orig-cargo2 name = "async-ctrlc"
6 description = "Async wrapper of `ctrlc`"
8 homepage = "https://github.com/kennytm/async-ctrlc"
9 repository = "https://github.com/kennytm/async-ctrlc"
11 keywords = ["signal", "sigint", "ctrlc", "async"]
18 ctrlc = "3.1.3"
22 termination = ["ctrlc/termination"]
H A DCargo.toml15 name = "async-ctrlc"
18 description = "Async wrapper of `ctrlc`"
19 homepage = "https://github.com/kennytm/async-ctrlc"
21 keywords = ["signal", "sigint", "ctrlc", "async"]
24 repository = "https://github.com/kennytm/async-ctrlc"
32 [dependencies.ctrlc]
48 termination = ["ctrlc/termination"]
/dports/games/genact/genact-0.10.0/cargo-crates/ctrlc-3.1.6/
H A DREADME.md2 …d Status](https://travis-ci.org/Detegr/rust-ctrlc.svg?branch=master)](https://travis-ci.org/Detegr…
3 …w2aqn9ta9/branch/master?svg=true)](https://ci.appveyor.com/project/Detegr/rust-ctrlc/branch/master)
7 [Documentation](http://detegr.github.io/doc/ctrlc/)
11 extern crate ctrlc;
18 ctrlc::set_handler(move || {
34 ctrlc = { version = "3.0", features = ["termination"] }
H A DCargo.toml.orig-cargo2 name = "ctrlc"
6 documentation = "http://detegr.github.io/doc/ctrlc"
7 homepage = "https://github.com/Detegr/rust-ctrlc"
8 keywords = ["ctrlc", "signal", "SIGINT"]
11 repository = "https://github.com/Detegr/rust-ctrlc.git"
H A DCargo.toml14 name = "ctrlc"
19 homepage = "https://github.com/Detegr/rust-ctrlc"
20 documentation = "http://detegr.github.io/doc/ctrlc"
21 keywords = ["ctrlc", "signal", "SIGINT"]
24 repository = "https://github.com/Detegr/rust-ctrlc.git"
/dports/devel/git-delta/delta-0.9.2/cargo-crates/ctrlc-3.2.1/
H A DREADME.md2 …d Status](https://travis-ci.org/Detegr/rust-ctrlc.svg?branch=master)](https://travis-ci.org/Detegr…
3 …w2aqn9ta9/branch/master?svg=true)](https://ci.appveyor.com/project/Detegr/rust-ctrlc/branch/master)
7 [Documentation](http://detegr.github.io/doc/ctrlc/)
12 use ctrlc;
17 ctrlc::set_handler(move || tx.send(()).expect("Could not send signal on channel."))
33 ctrlc = { version = "3.0", features = ["termination"] }
H A DCargo.toml.orig-cargo2 name = "ctrlc"
6 documentation = "http://detegr.github.io/doc/ctrlc"
7 homepage = "https://github.com/Detegr/rust-ctrlc"
8 keywords = ["ctrlc", "signal", "SIGINT"]
11 repository = "https://github.com/Detegr/rust-ctrlc.git"
/dports/deskutils/just/just-0.10.5/cargo-crates/ctrlc-3.2.1/
H A DREADME.md2 …d Status](https://travis-ci.org/Detegr/rust-ctrlc.svg?branch=master)](https://travis-ci.org/Detegr…
3 …w2aqn9ta9/branch/master?svg=true)](https://ci.appveyor.com/project/Detegr/rust-ctrlc/branch/master)
7 [Documentation](http://detegr.github.io/doc/ctrlc/)
12 use ctrlc;
17 ctrlc::set_handler(move || tx.send(()).expect("Could not send signal on channel."))
33 ctrlc = { version = "3.0", features = ["termination"] }
H A DCargo.toml.orig-cargo2 name = "ctrlc"
6 documentation = "http://detegr.github.io/doc/ctrlc"
7 homepage = "https://github.com/Detegr/rust-ctrlc"
8 keywords = ["ctrlc", "signal", "SIGINT"]
11 repository = "https://github.com/Detegr/rust-ctrlc.git"
/dports/lang/gleam/gleam-0.18.2/cargo-crates/ctrlc-3.2.1/
H A DREADME.md2 …d Status](https://travis-ci.org/Detegr/rust-ctrlc.svg?branch=master)](https://travis-ci.org/Detegr…
3 …w2aqn9ta9/branch/master?svg=true)](https://ci.appveyor.com/project/Detegr/rust-ctrlc/branch/master)
7 [Documentation](http://detegr.github.io/doc/ctrlc/)
12 use ctrlc;
17 ctrlc::set_handler(move || tx.send(()).expect("Could not send signal on channel."))
33 ctrlc = { version = "3.0", features = ["termination"] }
H A DCargo.toml.orig-cargo2 name = "ctrlc"
6 documentation = "http://detegr.github.io/doc/ctrlc"
7 homepage = "https://github.com/Detegr/rust-ctrlc"
8 keywords = ["ctrlc", "signal", "SIGINT"]
11 repository = "https://github.com/Detegr/rust-ctrlc.git"
/dports/net/krill/krill-0.9.4/cargo-crates/ctrlc-3.2.1/
H A DREADME.md2 …d Status](https://travis-ci.org/Detegr/rust-ctrlc.svg?branch=master)](https://travis-ci.org/Detegr…
3 …w2aqn9ta9/branch/master?svg=true)](https://ci.appveyor.com/project/Detegr/rust-ctrlc/branch/master)
7 [Documentation](http://detegr.github.io/doc/ctrlc/)
12 use ctrlc;
17 ctrlc::set_handler(move || tx.send(()).expect("Could not send signal on channel."))
33 ctrlc = { version = "3.0", features = ["termination"] }
H A DCargo.toml.orig-cargo2 name = "ctrlc"
6 documentation = "http://detegr.github.io/doc/ctrlc"
7 homepage = "https://github.com/Detegr/rust-ctrlc"
8 keywords = ["ctrlc", "signal", "SIGINT"]
11 repository = "https://github.com/Detegr/rust-ctrlc.git"
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/ctrlc-3.2.1/
H A DREADME.md2 …d Status](https://travis-ci.org/Detegr/rust-ctrlc.svg?branch=master)](https://travis-ci.org/Detegr…
3 …w2aqn9ta9/branch/master?svg=true)](https://ci.appveyor.com/project/Detegr/rust-ctrlc/branch/master)
7 [Documentation](http://detegr.github.io/doc/ctrlc/)
12 use ctrlc;
17 ctrlc::set_handler(move || tx.send(()).expect("Could not send signal on channel."))
33 ctrlc = { version = "3.0", features = ["termination"] }
H A DCargo.toml.orig-cargo2 name = "ctrlc"
6 documentation = "http://detegr.github.io/doc/ctrlc"
7 homepage = "https://github.com/Detegr/rust-ctrlc"
8 keywords = ["ctrlc", "signal", "SIGINT"]
11 repository = "https://github.com/Detegr/rust-ctrlc.git"
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/ctrlc-3.2.1/
H A DREADME.md2 …d Status](https://travis-ci.org/Detegr/rust-ctrlc.svg?branch=master)](https://travis-ci.org/Detegr…
3 …w2aqn9ta9/branch/master?svg=true)](https://ci.appveyor.com/project/Detegr/rust-ctrlc/branch/master)
7 [Documentation](http://detegr.github.io/doc/ctrlc/)
12 use ctrlc;
17 ctrlc::set_handler(move || tx.send(()).expect("Could not send signal on channel."))
33 ctrlc = { version = "3.0", features = ["termination"] }
H A DCargo.toml.orig-cargo2 name = "ctrlc"
6 documentation = "http://detegr.github.io/doc/ctrlc"
7 homepage = "https://github.com/Detegr/rust-ctrlc"
8 keywords = ["ctrlc", "signal", "SIGINT"]
11 repository = "https://github.com/Detegr/rust-ctrlc.git"
/dports/www/zola/zola-0.15.2/cargo-crates/ctrlc-3.2.1/
H A DREADME.md2 …d Status](https://travis-ci.org/Detegr/rust-ctrlc.svg?branch=master)](https://travis-ci.org/Detegr…
3 …w2aqn9ta9/branch/master?svg=true)](https://ci.appveyor.com/project/Detegr/rust-ctrlc/branch/master)
7 [Documentation](http://detegr.github.io/doc/ctrlc/)
12 use ctrlc;
17 ctrlc::set_handler(move || tx.send(()).expect("Could not send signal on channel."))
33 ctrlc = { version = "3.0", features = ["termination"] }
H A DCargo.toml.orig-cargo2 name = "ctrlc"
6 documentation = "http://detegr.github.io/doc/ctrlc"
7 homepage = "https://github.com/Detegr/rust-ctrlc"
8 keywords = ["ctrlc", "signal", "SIGINT"]
11 repository = "https://github.com/Detegr/rust-ctrlc.git"
/dports/sysutils/fd/fd-8.3.0/cargo-crates/ctrlc-3.2.1/
H A DREADME.md2 …d Status](https://travis-ci.org/Detegr/rust-ctrlc.svg?branch=master)](https://travis-ci.org/Detegr…
3 …w2aqn9ta9/branch/master?svg=true)](https://ci.appveyor.com/project/Detegr/rust-ctrlc/branch/master)
7 [Documentation](http://detegr.github.io/doc/ctrlc/)
12 use ctrlc;
17 ctrlc::set_handler(move || tx.send(()).expect("Could not send signal on channel."))
33 ctrlc = { version = "3.0", features = ["termination"] }
H A DCargo.toml.orig-cargo2 name = "ctrlc"
6 documentation = "http://detegr.github.io/doc/ctrlc"
7 homepage = "https://github.com/Detegr/rust-ctrlc"
8 keywords = ["ctrlc", "signal", "SIGINT"]
11 repository = "https://github.com/Detegr/rust-ctrlc.git"
/dports/graphics/viu/viu-1.1/cargo-crates/ctrlc-3.1.6/
H A DREADME.md2 …d Status](https://travis-ci.org/Detegr/rust-ctrlc.svg?branch=master)](https://travis-ci.org/Detegr…
3 …w2aqn9ta9/branch/master?svg=true)](https://ci.appveyor.com/project/Detegr/rust-ctrlc/branch/master)
7 [Documentation](http://detegr.github.io/doc/ctrlc/)
11 extern crate ctrlc;
18 ctrlc::set_handler(move || {
34 ctrlc = { version = "3.0", features = ["termination"] }
H A DCargo.toml.orig-cargo2 name = "ctrlc"
6 documentation = "http://detegr.github.io/doc/ctrlc"
7 homepage = "https://github.com/Detegr/rust-ctrlc"
8 keywords = ["ctrlc", "signal", "SIGINT"]
11 repository = "https://github.com/Detegr/rust-ctrlc.git"
/dports/misc/clex/clex-4.6.patch9/src/
H A Dkbd-test.c29 int type, y, x, ymax, xmax, ctrlc; in main() local
55 ctrlc = 0; in main()
68 ctrlc = 0; in main()
86 if (ctrlc) in main()
89 ctrlc = 1; in main()

12345678910>>...85