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

Loading content...

Implementors

impl<O> ThreadedSocketServiceExt for O where
    O: IsA<ThreadedSocketService>, 

Loading content...