Struct kinetic::channel::AsyncChannel
[−]
[src]
pub struct AsyncChannel {
// some fields omitted
}pub struct AsyncChannel {
// some fields omitted
}impl AsyncChannelfn new<A: ToSocketAddrs>(addr: A, max_pending: usize) -> KineticResult<AsyncChannel>impl Drop for AsyncChannelfn drop(&mut self)impl KineticChannel<Receiver<Result>> for AsyncChannelfn is_closed(&self) -> boolfn get_unsolicited_receiver<'r>(&'r self) -> &'r Receiver<Result>fn get_configuration<'r>(&'r self) -> &'r Configurationfn get_limits<'r>(&'r self) -> &'r Limitsfn send(&self, op: Operation) -> Receiver<Result>fn receive(rx: Receiver<Result>) -> Result
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).