Trait protoflow_core::Process

source ·
pub trait Process {
    // Required methods
    fn id(&self) -> ProcessID;
    fn is_alive(&self) -> bool;
    fn join(&self) -> BlockResult;
}

Required Methods§

source

fn id(&self) -> ProcessID

source

fn is_alive(&self) -> bool

source

fn join(&self) -> BlockResult

Implementors§