Trait ux::prelude::ThreadedSocketServiceExt [−]
pub trait ThreadedSocketServiceExt: 'static {
pub fn get_property_max_threads(&self) -> i32;
pub fn connect_run<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self, &SocketConnection, Option<&Object>) -> bool;
}Required methods
pub fn get_property_max_threads(&self) -> i32
pub fn connect_run<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self, &SocketConnection, Option<&Object>) -> bool,
F: 'static + Fn(&Self, &SocketConnection, Option<&Object>) -> bool,
Implementors
impl<O> ThreadedSocketServiceExt for O where
O: IsA<ThreadedSocketService>,
O: IsA<ThreadedSocketService>,
pub fn get_property_max_threads(&self) -> i32
pub fn connect_run<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O, &SocketConnection, Option<&Object>) -> bool,
F: 'static + Fn(&O, &SocketConnection, Option<&Object>) -> bool,