Home
last modified time | relevance | path

Searched defs:Sender (Results 101 – 125 of 4214) sorted by path

12345678910>>...169

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/System/RemoteSystems/
H A Dmod.rs3287 pub fn Sender(&self) -> ::windows::runtime::Result<RemoteSystem> { in Sender() method
4405 pub fn Sender(&self) -> ::windows::runtime::Result<RemoteSystemSessionParticipant> { in Sender() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Fax/
H A Dmod.rs5138 pub unsafe fn Sender(&self) -> ::windows::runtime::Result<IFaxSender> { in Sender() method
5410 pub unsafe fn Sender(&self) -> ::windows::runtime::Result<IFaxSender> { in Sender() method
8355 pub unsafe fn Sender(&self) -> ::windows::runtime::Result<IFaxSender> { in Sender() method
8605 pub unsafe fn Sender(&self) -> ::windows::runtime::Result<IFaxSender> { in Sender() method
8960 pub unsafe fn Sender(&self) -> ::windows::runtime::Result<IFaxSender> { in Sender() method
9154 pub unsafe fn Sender(&self) -> ::windows::runtime::Result<IFaxSender> { in Sender() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs4045 pub Sender: SOCKET_PRIORITY_HINT, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zbus-1.9.1/src/
H A Dmessage_field.rs38 Sender = 7, enumerator
108 Sender(Str<'f>), enumerator
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/futures-channel-0.3.5/src/mpsc/
H A Dsink_impl.rs6 impl<T> Sink<T> for Sender<T> { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/futures-channel-0.3.5/src/
H A Doneshot.rs26 pub struct Sender<T> { struct
32 impl<T> Unpin for Sender<T> {} argument
331 impl<T> Sender<T> { impl
382 impl<T> Drop for Sender<T> { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/futures-channel-0.3.5/tests/
H A Dmpsc.rs14 impl AssertSend for mpsc::Sender<i32> {} implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/hyper-0.13.7/src/body/
H A Dbody.rs83 pub struct Sender { struct
85 tx: BodySender, argument
115 pub(crate) fn new_channel(content_length: DecodedLength, wanter: bool) -> (Sender, Body) { in new_channel()
472 impl Sender { implementation
535 impl fmt::Debug for Sender { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/hyper-0.13.7/src/client/
H A Ddispatch.rs25 pub struct Sender<T, U> { struct
36 inner: mpsc::UnboundedSender<Envelope<T, U>>, argument
49 impl<T, U> Sender<T, U> { argument
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/idna-0.2.0/src/
H A Duts46_mapping_table.rs18 Range { from: '\u{5b}', to: '\u{60}', }, in channel()
19 Range { from: '\u{61}', to: '\u{7a}', },
37 Range { from: '\u{13f}', to: '\u{140}', },
38 Range { from: '\u{141}', to: '\u{18b}', },
50 Range { from: '\u{1ca}', to: '\u{1cc}', },
58 Range { from: '\u{23a}', to: '\u{23e}', },
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/
H A Dchannel.rs82 pub struct Sender<T> { struct
83 tx: mpsc::Sender<T>, argument
84 ctl: SenderCtl, argument
117 impl<T> Sender<T> { implementation
128 impl<T> Clone for Sender<T> { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/deprecated/
H A Devent_loop.rs321 pub struct Sender<M> { struct
322 tx: channel::SyncSender<M> argument
325 impl<M> fmt::Debug for Sender<M> { implementation
331 impl<M> Clone for Sender <M> { implementation
337 impl<M> Sender<M> { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/reqwest-0.10.6/src/blocking/
H A Dbody.rs129 pub(crate) fn into_async(self) -> (Option<Sender>, async_impl::Body, Option<u64>) { in into_async()
244 pub(crate) struct Sender { struct
246 tx: hyper::body::Sender, argument
323 impl Sender { implementation
H A Drequest.rs121 pub(crate) fn into_async(self) -> (async_impl::Request, Option<body::Sender>) { in into_async()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/runtime/blocking/
H A Dpool.rs213 shutdown_tx: shutdown::Sender, in spawn_thread()
H A Dshutdown.rs12 pub(super) struct Sender { struct
13 tx: Arc<oneshot::Sender<()>>, argument
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/signal/
H A Dregistry.rs70 fn register_listener(&self, event_id: EventId, listener: Sender<()>) { in register_listener()
140 pub(crate) fn register_listener(&self, event_id: EventId, listener: Sender<()>) { in register_listener()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/sync/
H A Dbroadcast.rs156 pub struct Sender<T> { struct
157 shared: Arc<Shared<T>>,
444 unsafe impl<T: Send> Send for Sender<T> {} implementation
445 unsafe impl<T: Send> Sync for Sender<T> {} implementation
450 impl<T> Sender<T> { implementation
652 impl<T> Clone for Sender<T> { implementation
661 impl<T> Drop for Sender<T> { implementation
1183 impl<T> fmt::Debug for Sender<T> { implementation
H A Doneshot.rs21 pub struct Sender<T> { struct
25 /// Receive a value from the associated `Sender`. argument
143 impl<T> Sender<T> { implementation
357 impl<T> Drop for Sender<T> { implementation
H A Dwatch.rs81 pub struct Sender<T> { struct
82 shared: Weak<Shared<T>>,
320 impl<T> Sender<T> { impl
373 impl<T> Drop for Sender<T> { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/tests/
H A Drt_threaded.rs143 async fn client_server(tx: mpsc::Sender<()>) { in client_server()
H A Dsync_mpsc.rs15 impl AssertSend for mpsc::Sender<i32> {} implementation
H A Dsync_oneshot.rs11 impl AssertSend for oneshot::Sender<i32> {} implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/fern-0.6.0/src/
H A Dbuilders.rs644 Sender { enumerator
H A Dlog_impl.rs64 Sender(Sender), enumerator
98 pub struct Sender { struct
99 pub stream: Mutex<mpsc::Sender<String>>, argument
100 pub line_sep: Cow<'static, str>,
576 impl Log for Sender { implementation

12345678910>>...169