Crate zrpc

source ·

Re-exports

pub use zchannel::ZClientChannel;
pub use types::*;

Modules

Structs

A handle to an Abortable task.
A registration handle for an Abortable task. Values of this type can be acquired from AbortHandle::new and are used in calls to Abortable::new.
A future/stream which can be remotely short-circuited using an AbortHandle.
Indicator that the Abortable task was aborted.

Traits

Trait to be implemented by services