Home
last modified time | relevance | path

Searched refs:Fuse (Results 1 – 25 of 3510) sorted by relevance

12345678910>>...141

/dports/devel/rebar3/rebar3-3.17.0/_checkouts/erlware_commons/src/
H A Dec_plists.erl443 Fuse = fun (A1, A2) ->
477 Fuse = fun (A1, A2) ->
591 runmany(Fun, Fuse, List) ->
592 runmany(Fun, Fuse, List, 1).
626 runmany(Fun, Fuse, List, Malt)
769 fuse(Fuse, Answers).
942 fuse(Fuse, ResultsR, RL);
943 fuse(Fuse, [R1|Results]) ->
944 fuse(Fuse, Results, R1).
948 fuse(Fuse, [R2|Results], R1) ->
[all …]
/dports/devel/rebar3/rebar3-3.17.0/_build/default/lib/erlware_commons/src/
H A Dec_plists.erl443 Fuse = fun (A1, A2) ->
477 Fuse = fun (A1, A2) ->
591 runmany(Fun, Fuse, List) ->
592 runmany(Fun, Fuse, List, 1).
626 runmany(Fun, Fuse, List, Malt)
769 fuse(Fuse, Answers).
942 fuse(Fuse, ResultsR, RL);
943 fuse(Fuse, [R1|Results]) ->
944 fuse(Fuse, Results, R1).
948 fuse(Fuse, [R2|Results], R1) ->
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-util-0.3.5/src/future/future/
H A Dfuse.rs10 pub struct Fuse<Fut>(#[pin] Option<Fut>); struct
12 impl<Fut> Fuse<Fut> { implementation
13 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
14 Fuse(Some(f)) in new()
18 impl<Fut: Future> Fuse<Fut> { impl
64 pub fn terminated() -> Fuse<Fut> { in terminated()
65 Fuse(None) in terminated()
69 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
75 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/games/genact/genact-0.10.0/cargo-crates/futures-util-0.3.5/src/future/future/
H A Dfuse.rs10 pub struct Fuse<Fut>(#[pin] Option<Fut>); struct
12 impl<Fut> Fuse<Fut> { impl
13 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
14 Fuse(Some(f)) in new()
18 impl<Fut: Future> Fuse<Fut> { impl
64 pub fn terminated() -> Fuse<Fut> { in terminated()
65 Fuse(None) in terminated()
69 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
75 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-util-0.3.5/src/future/future/
H A Dfuse.rs10 pub struct Fuse<Fut>(#[pin] Option<Fut>); struct
12 impl<Fut> Fuse<Fut> { impl
13 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
14 Fuse(Some(f)) in new()
18 impl<Fut: Future> Fuse<Fut> { impl
64 pub fn terminated() -> Fuse<Fut> { in terminated()
65 Fuse(None) in terminated()
69 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
75 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/futures-util-0.3.7/src/future/future/
H A Dfuse.rs10 pub struct Fuse<Fut>(#[pin] Option<Fut>); struct
12 impl<Fut> Fuse<Fut> { impl
13 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
14 Fuse(Some(f)) in new()
18 impl<Fut: Future> Fuse<Fut> { impl
64 pub fn terminated() -> Fuse<Fut> { in terminated()
65 Fuse(None) in terminated()
69 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
75 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/www/castor/castor-0.8.16/cargo-crates/futures-util-0.3.6/src/future/future/
H A Dfuse.rs10 pub struct Fuse<Fut>(#[pin] Option<Fut>); struct
12 impl<Fut> Fuse<Fut> { impl
13 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
14 Fuse(Some(f)) in new()
18 impl<Fut: Future> Fuse<Fut> { impl
64 pub fn terminated() -> Fuse<Fut> { in terminated()
65 Fuse(None) in terminated()
69 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
75 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-0.3.5/src/future/future/
H A Dfuse.rs10 pub struct Fuse<Fut>(#[pin] Option<Fut>); struct
12 impl<Fut> Fuse<Fut> { implementation
13 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
14 Fuse(Some(f)) in new()
18 impl<Fut: Future> Fuse<Fut> { impl
64 pub fn terminated() -> Fuse<Fut> { in terminated()
65 Fuse(None) in terminated()
69 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
75 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-0.3.5/src/future/future/
H A Dfuse.rs10 pub struct Fuse<Fut>(#[pin] Option<Fut>); struct
12 impl<Fut> Fuse<Fut> { implementation
13 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
14 Fuse(Some(f)) in new()
18 impl<Fut: Future> Fuse<Fut> { impl
64 pub fn terminated() -> Fuse<Fut> { in terminated()
65 Fuse(None) in terminated()
69 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
75 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/futures-util/src/future/future/
H A Dfuse.rs10 pub struct Fuse<Fut>(#[pin] Option<Fut>); struct
12 impl<Fut> Fuse<Fut> { impl
13 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
14 Fuse(Some(f)) in new()
18 impl<Fut: Future> Fuse<Fut> { implementation
64 pub fn terminated() -> Fuse<Fut> { in terminated()
65 Fuse(None) in terminated()
69 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
75 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/
H A Dfuse.rs10 pub struct Fuse<Fut>(#[pin] Option<Fut>); struct
12 impl<Fut> Fuse<Fut> { implementation
13 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
14 Fuse(Some(f)) in new()
18 impl<Fut: Future> Fuse<Fut> { impl
64 pub fn terminated() -> Fuse<Fut> { in terminated()
65 Fuse(None) in terminated()
69 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
75 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/futures-util-0.3.5/src/future/future/
H A Dfuse.rs10 pub struct Fuse<Fut>(#[pin] Option<Fut>); struct
12 impl<Fut> Fuse<Fut> { implementation
13 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
14 Fuse(Some(f)) in new()
18 impl<Fut: Future> Fuse<Fut> { impl
64 pub fn terminated() -> Fuse<Fut> { in terminated()
65 Fuse(None) in terminated()
69 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
75 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-util-0.3.1/src/future/future/
H A Dfuse.rs9 pub struct Fuse<Fut> { struct
13 impl<Fut: Future> Fuse<Fut> { argument
16 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
17 Fuse { in new()
67 pub fn terminated() -> Fuse<Fut> { in terminated()
68 Fuse { future: None } in terminated()
72 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
78 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/future/
H A Dfuse.rs9 pub struct Fuse<Fut: Future> { struct
13 impl<Fut: Future> Fuse<Fut> { implementation
16 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
17 Fuse { in new()
67 pub fn terminated() -> Fuse<Fut> { in terminated()
68 Fuse { future: None } in terminated()
72 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
78 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/future/
H A Dfuse.rs9 pub struct Fuse<Fut: Future> { struct
13 impl<Fut: Future> Fuse<Fut> { argument
16 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
17 Fuse { in new()
67 pub fn terminated() -> Fuse<Fut> { in terminated()
68 Fuse { future: None } in terminated()
72 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
78 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-util/src/future/future/
H A Dfuse.rs9 pub struct Fuse<Fut> { struct
13 impl<Fut: Future> Fuse<Fut> { impl
16 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
17 Fuse { in new()
67 pub fn terminated() -> Fuse<Fut> { in terminated()
68 Fuse { future: None } in terminated()
72 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
78 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-util-0.3.4/src/future/future/
H A Dfuse.rs9 pub struct Fuse<Fut> { struct
13 impl<Fut: Future> Fuse<Fut> { implementation
16 pub(super) fn new(f: Fut) -> Fuse<Fut> { in new()
17 Fuse { in new()
67 pub fn terminated() -> Fuse<Fut> { in terminated()
68 Fuse { future: None } in terminated()
72 impl<Fut: Future> FusedFuture for Fuse<Fut> { implementation
78 impl<Fut: Future> Future for Fuse<Fut> { implementation
/dports/devel/grex/grex-1.3.0/cargo-crates/proptest-1.0.0/src/strategy/
H A Dfuse.rs42 pub struct Fuse<T> { struct
48 impl<T> Fuse<T> { impl
51 Fuse { in new()
59 impl<T: Strategy> Strategy for Fuse<T> { implementation
60 type Tree = Fuse<T::Tree>;
64 self.inner.new_tree(runner).map(Fuse::new) in new_tree()
68 impl<T: ValueTree> Fuse<T> { impl
111 impl<T: ValueTree> ValueTree for Fuse<T> { implementation
204 check_strategy_sanity(Fuse::new(0i32..100i32), None); in test_sanity()
209 let mut vt = Fuse::new(StrictValueTree::new(5)); in guards_bad_transitions()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/strategy/
H A Dfuse.rs42 pub struct Fuse<T> { struct
48 impl<T> Fuse<T> { argument
51 Fuse { in new()
59 impl<T: Strategy> Strategy for Fuse<T> { implementation
60 type Tree = Fuse<T::Tree>;
64 self.inner.new_tree(runner).map(Fuse::new) in new_tree()
68 impl<T: ValueTree> Fuse<T> { implementation
111 impl<T: ValueTree> ValueTree for Fuse<T> { implementation
204 check_strategy_sanity(Fuse::new(0i32..100i32), None); in test_sanity()
209 let mut vt = Fuse::new(StrictValueTree::new(5)); in guards_bad_transitions()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/proptest-0.10.1/src/strategy/
H A Dfuse.rs42 pub struct Fuse<T> { struct
48 impl<T> Fuse<T> { argument
51 Fuse { in new()
59 impl<T: Strategy> Strategy for Fuse<T> { implementation
60 type Tree = Fuse<T::Tree>;
64 self.inner.new_tree(runner).map(Fuse::new) in new_tree()
68 impl<T: ValueTree> Fuse<T> { impl
111 impl<T: ValueTree> ValueTree for Fuse<T> { implementation
204 check_strategy_sanity(Fuse::new(0i32..100i32), None); in test_sanity()
209 let mut vt = Fuse::new(StrictValueTree::new(5)); in guards_bad_transitions()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-util-0.3.5/src/stream/stream/
H A Dfuse.rs12 pub struct Fuse<St> { struct
18 impl<St> Fuse<St> { argument
19 pub(super) fn new(stream: St) -> Fuse<St> { in new()
20 Fuse { stream, done: false } in new()
35 impl<S: Stream> FusedStream for Fuse<S> { implementation
41 impl<S: Stream> Stream for Fuse<S> { implementation
50 let Fuse { stream, done } = self.project(); in poll_next() localVariable
74 impl<S: Stream + Sink<Item>, Item> Sink<Item> for Fuse<S> { implementation
/dports/games/genact/genact-0.10.0/cargo-crates/futures-util-0.3.5/src/stream/stream/
H A Dfuse.rs12 pub struct Fuse<St> { struct
18 impl<St> Fuse<St> { impl
19 pub(super) fn new(stream: St) -> Fuse<St> { in new()
20 Fuse { stream, done: false } in new()
35 impl<S: Stream> FusedStream for Fuse<S> { implementation
41 impl<S: Stream> Stream for Fuse<S> { implementation
50 let Fuse { stream, done } = self.project(); in poll_next() localVariable
74 impl<S: Stream + Sink<Item>, Item> Sink<Item> for Fuse<S> { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/futures-util/src/stream/stream/
H A Dfuse.rs12 pub struct Fuse<St> { struct
18 impl<St> Fuse<St> { argument
19 pub(super) fn new(stream: St) -> Fuse<St> { in new()
20 Fuse { stream, done: false } in new()
35 impl<S: Stream> FusedStream for Fuse<S> { implementation
41 impl<S: Stream> Stream for Fuse<S> { implementation
50 let Fuse { stream, done } = self.project(); in poll_next() localVariable
74 impl<S: Stream + Sink<Item>, Item> Sink<Item> for Fuse<S> { implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-util-0.3.5/src/stream/stream/
H A Dfuse.rs12 pub struct Fuse<St> { struct
18 impl<St> Fuse<St> { argument
19 pub(super) fn new(stream: St) -> Fuse<St> { in new()
20 Fuse { stream, done: false } in new()
35 impl<S: Stream> FusedStream for Fuse<S> { implementation
41 impl<S: Stream> Stream for Fuse<S> { implementation
50 let Fuse { stream, done } = self.project(); in poll_next() localVariable
74 impl<S: Stream + Sink<Item>, Item> Sink<Item> for Fuse<S> { implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-0.3.5/src/stream/stream/
H A Dfuse.rs12 pub struct Fuse<St> { struct
18 impl<St> Fuse<St> { argument
19 pub(super) fn new(stream: St) -> Fuse<St> { in new()
20 Fuse { stream, done: false } in new()
35 impl<S: Stream> FusedStream for Fuse<S> { implementation
41 impl<S: Stream> Stream for Fuse<S> { implementation
50 let Fuse { stream, done } = self.project(); in poll_next() localVariable
74 impl<S: Stream + Sink<Item>, Item> Sink<Item> for Fuse<S> { implementation

12345678910>>...141