Home
last modified time | relevance | path

Searched refs:BorrowedTask (Results 1 – 25 of 63) sorted by relevance

123

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-0.1.29/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
H A Dcore.rs10 use super::{BorrowedTask, NotifyHandle};
166 pub fn set<'a, F, R>(task: &BorrowedTask<'a>, f: F) -> R in set()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/futures-0.1.30/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
H A Dcore.rs10 use super::{BorrowedTask, NotifyHandle};
166 pub fn set<'a, F, R>(task: &BorrowedTask<'a>, f: F) -> R in set()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/futures/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
41 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
45 f(&*(task as *const BorrowedTask)) in with()
356 let borrowed = BorrowedTask { in enter()
473 let new_task = BorrowedTask { in with_notify()
H A Dcore.rs8 use super::{BorrowedTask, NotifyHandle};
153 pub fn set<'a, F, R>(task: &BorrowedTask<'a>, f: F) -> R in set()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-0.1.29/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/futures-0.1.29/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/futures-0.1.23/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
41 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
45 f(&*(task as *const BorrowedTask)) in with()
356 let borrowed = BorrowedTask { in enter()
473 let new_task = BorrowedTask { in with_notify()
H A Dcore.rs8 use super::{BorrowedTask, NotifyHandle};
153 pub fn set<'a, F, R>(task: &BorrowedTask<'a>, f: F) -> R in set()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/futures-0.1.29/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/futures-0.1.27/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/www/firefox/firefox-99.0/third_party/rust/futures-0.1.31/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/futures-0.1.29/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/net/proby/proby-1.0.2/cargo-crates/futures-0.1.29/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/futures-0.1.31/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/futures-0.1.31/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/www/websocat/websocat-1.9.0/cargo-crates/futures-0.1.31/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/futures-0.1.29/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/lang/rust/rustc-1.58.1-src/vendor/futures-0.1.29/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/futures-0.1.31/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/futures-0.1.31/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-0.1.29/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/futures-0.1.29/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-0.1.29/src/task_impl/
H A Dmod.rs18 pub struct BorrowedTask<'a> { struct
44 fn with<F: FnOnce(&BorrowedTask) -> R, R>(f: F) -> R { in with() argument
48 f(&*(task as *const BorrowedTask)) in with()
392 let borrowed = BorrowedTask { in enter()
509 let new_task = BorrowedTask { in with_notify()

123