Struct portus::CCPHandle[][src]

pub struct CCPHandle {
    pub continue_listening: Arc<AtomicBool>,
    pub join_handle: JoinHandle<Result<()>>,
}

A handle to manage running instances of the CCP execution loop.

Fields

Methods

impl CCPHandle
[src]

Instruct the execution loop to exit.

Collect the error from the thread running the CCP execution loop once it exits.

Trait Implementations

impl Debug for CCPHandle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CCPHandle

impl Sync for CCPHandle