Struct solana_jsonrpc_tcp_server::Dispatcher[][src]

pub struct Dispatcher { /* fields omitted */ }

Peer-messages dispatcher.

Methods

impl Dispatcher
[src]

Creates a new dispatcher

Pushes message to given peer

Returns true if the peer is still connnected

Returns current peer count.

Trait Implementations

impl Clone for Dispatcher
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Dispatcher

impl Sync for Dispatcher