Home
last modified time | relevance | path

Searched refs:SpawnHandle (Results 1 – 25 of 138) sorted by relevance

123456

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-threadpool-0.1.18/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-threadpool-0.1.18/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/tokio-threadpool-0.1.18/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-threadpool-0.1.17/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/tokio-threadpool-0.1.14/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/editors/xi-term/xi-term-d264767/cargo-crates/tokio-threadpool-0.1.14/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/tokio-threadpool/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio-threadpool/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/tokio-threadpool-0.1.18/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/www/websocat/websocat-1.9.0/cargo-crates/tokio-threadpool-0.1.18/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/tokio-threadpool-0.1.18/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/tokio-threadpool/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/tokio-threadpool/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-threadpool-0.1.17/src/
H A Dthread_pool.rs118 pub fn spawn_handle<F>(&self, future: F) -> SpawnHandle<F::Item, F::Error> in spawn_handle()
124 SpawnHandle(oneshot::spawn(future, self.sender())) in spawn_handle()
208 pub struct SpawnHandle<T, E>(oneshot::SpawnHandle<T, E>); struct
210 impl<T, E> Future for SpawnHandle<T, E> { implementation
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/async_executors-0.4.2/src/exec/
H A Dtracing.rs7 crate :: { JoinHandle, SpawnHandle, LocalSpawnHandle, Timer, TokioIo, YieldNow } ,
13 impl<T, Out> SpawnHandle<Out> for Instrumented<T> where T: SpawnHandle<Out>, Out: 'static + Send
25 impl<T, Out> SpawnHandle<Out> for WithDispatch<T> where T: SpawnHandle<Out>, Out: 'static + Send
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-0.1.29/src/unsync/
H A Doneshot.rs226 pub struct SpawnHandle<T, E> { struct
259 pub fn spawn<F, E>(future: F, executor: &E) -> SpawnHandle<F::Item, F::Error> in spawn()
270 SpawnHandle { in spawn()
281 pub fn spawn_fn<F, R, E>(f: F, executor: &E) -> SpawnHandle<R::Item, R::Error> in spawn_fn()
289 impl<T, E> SpawnHandle<T, E> { implementation
300 impl<T, E> Future for SpawnHandle<T, E> { implementation
314 impl<T: fmt::Debug, E: fmt::Debug> fmt::Debug for SpawnHandle<T, E> { implementation
/dports/devel/sccache/sccache-0.2.15/cargo-crates/futures-0.1.30/src/unsync/
H A Doneshot.rs226 pub struct SpawnHandle<T, E> { struct
259 pub fn spawn<F, E>(future: F, executor: &E) -> SpawnHandle<F::Item, F::Error> in spawn()
270 SpawnHandle { in spawn()
281 pub fn spawn_fn<F, R, E>(f: F, executor: &E) -> SpawnHandle<R::Item, R::Error> in spawn_fn()
289 impl<T, E> SpawnHandle<T, E> { impl
300 impl<T, E> Future for SpawnHandle<T, E> { implementation
314 impl<T: fmt::Debug, E: fmt::Debug> fmt::Debug for SpawnHandle<T, E> { implementation
/dports/audio/lewton/lewton-0.10.2/cargo-crates/futures-0.1.29/src/unsync/
H A Doneshot.rs226 pub struct SpawnHandle<T, E> { struct
259 pub fn spawn<F, E>(future: F, executor: &E) -> SpawnHandle<F::Item, F::Error> in spawn()
270 SpawnHandle { in spawn()
281 pub fn spawn_fn<F, R, E>(f: F, executor: &E) -> SpawnHandle<R::Item, R::Error> in spawn_fn()
289 impl<T, E> SpawnHandle<T, E> { impl
300 impl<T, E> Future for SpawnHandle<T, E> { implementation
314 impl<T: fmt::Debug, E: fmt::Debug> fmt::Debug for SpawnHandle<T, E> { implementation
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/futures-0.1.29/src/unsync/
H A Doneshot.rs226 pub struct SpawnHandle<T, E> { struct
259 pub fn spawn<F, E>(future: F, executor: &E) -> SpawnHandle<F::Item, F::Error> in spawn()
270 SpawnHandle { in spawn()
281 pub fn spawn_fn<F, R, E>(f: F, executor: &E) -> SpawnHandle<R::Item, R::Error> in spawn_fn()
289 impl<T, E> SpawnHandle<T, E> { impl
300 impl<T, E> Future for SpawnHandle<T, E> { implementation
314 impl<T: fmt::Debug, E: fmt::Debug> fmt::Debug for SpawnHandle<T, E> { implementation
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/futures/src/unsync/
H A Doneshot.rs226 pub struct SpawnHandle<T, E> { struct
259 pub fn spawn<F, E>(future: F, executor: &E) -> SpawnHandle<F::Item, F::Error> in spawn()
270 SpawnHandle { in spawn()
281 pub fn spawn_fn<F, R, E>(f: F, executor: &E) -> SpawnHandle<R::Item, R::Error> in spawn_fn()
289 impl<T, E> SpawnHandle<T, E> { impl
300 impl<T, E> Future for SpawnHandle<T, E> { implementation
314 impl<T: fmt::Debug, E: fmt::Debug> fmt::Debug for SpawnHandle<T, E> { implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-0.1.29/src/unsync/
H A Doneshot.rs226 pub struct SpawnHandle<T, E> { struct
259 pub fn spawn<F, E>(future: F, executor: &E) -> SpawnHandle<F::Item, F::Error> in spawn()
270 SpawnHandle { in spawn()
281 pub fn spawn_fn<F, R, E>(f: F, executor: &E) -> SpawnHandle<R::Item, R::Error> in spawn_fn()
289 impl<T, E> SpawnHandle<T, E> { implementation
300 impl<T, E> Future for SpawnHandle<T, E> { implementation
314 impl<T: fmt::Debug, E: fmt::Debug> fmt::Debug for SpawnHandle<T, E> { implementation
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/futures-0.1.29/src/unsync/
H A Doneshot.rs226 pub struct SpawnHandle<T, E> { struct
259 pub fn spawn<F, E>(future: F, executor: &E) -> SpawnHandle<F::Item, F::Error> in spawn()
270 SpawnHandle { in spawn()
281 pub fn spawn_fn<F, R, E>(f: F, executor: &E) -> SpawnHandle<R::Item, R::Error> in spawn_fn()
289 impl<T, E> SpawnHandle<T, E> { impl
300 impl<T, E> Future for SpawnHandle<T, E> { implementation
314 impl<T: fmt::Debug, E: fmt::Debug> fmt::Debug for SpawnHandle<T, E> { implementation
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/futures-0.1.23/src/unsync/
H A Doneshot.rs226 pub struct SpawnHandle<T, E> { struct
259 pub fn spawn<F, E>(future: F, executor: &E) -> SpawnHandle<F::Item, F::Error> in spawn()
270 SpawnHandle { in spawn()
281 pub fn spawn_fn<F, R, E>(f: F, executor: &E) -> SpawnHandle<R::Item, R::Error> in spawn_fn()
289 impl<T, E> SpawnHandle<T, E> { implementation
300 impl<T, E> Future for SpawnHandle<T, E> { implementation
314 impl<T: fmt::Debug, E: fmt::Debug> fmt::Debug for SpawnHandle<T, E> { implementation
/dports/editors/xi-term/xi-term-d264767/cargo-crates/futures-0.1.27/src/unsync/
H A Doneshot.rs226 pub struct SpawnHandle<T, E> { struct
259 pub fn spawn<F, E>(future: F, executor: &E) -> SpawnHandle<F::Item, F::Error> in spawn()
270 SpawnHandle { in spawn()
281 pub fn spawn_fn<F, R, E>(f: F, executor: &E) -> SpawnHandle<R::Item, R::Error> in spawn_fn()
289 impl<T, E> SpawnHandle<T, E> { implementation
300 impl<T, E> Future for SpawnHandle<T, E> { implementation
314 impl<T: fmt::Debug, E: fmt::Debug> fmt::Debug for SpawnHandle<T, E> { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/futures-0.1.31/src/unsync/
H A Doneshot.rs226 pub struct SpawnHandle<T, E> { struct
259 pub fn spawn<F, E>(future: F, executor: &E) -> SpawnHandle<F::Item, F::Error> in spawn()
270 SpawnHandle { in spawn()
281 pub fn spawn_fn<F, R, E>(f: F, executor: &E) -> SpawnHandle<R::Item, R::Error> in spawn_fn()
289 impl<T, E> SpawnHandle<T, E> { implementation
300 impl<T, E> Future for SpawnHandle<T, E> { implementation
314 impl<T: fmt::Debug, E: fmt::Debug> fmt::Debug for SpawnHandle<T, E> { implementation

123456