Struct ethcore_ipc_nano::Worker [] [src]

pub struct Worker<S: ?Sized> where S: IpcInterface { /* fields omitted */ }

Generic worker to handle service (binded) sockets

Methods

impl<S: ?Sized> Worker<S> where S: IpcInterface
[src]

New worker over specified service

Polls all sockets, reads and dispatches method invocations

Add exclusive socket for paired client Only one connection over this address is allowed

Add generic socket for request-reply style communications with multiple clients