Struct jsonrpc::output_agent::OutputAgent [] [src]

pub struct OutputAgent { /* fields omitted */ }

Actor-like, dedicated worker thread that handles writing to an output stream. Accepts tasks as messages, which are executed by the agent.

Note that the OutputAgent type is not meant to be Sync, it is meant to be synchronized externally, or more typically, used by one controlling thread only.

Methods

impl OutputAgent
[src]

Trait Implementations

impl Drop for OutputAgent
[src]

A method called when the value goes out of scope. Read more