MCPcopy Create free account
hub / github.com/Rustixir/tokio_sky / new

Method new

src/processor.rs:56–65  ·  view source on GitHub ↗
(recv: mpsc::Receiver<Input>,
               dispatcher: Dispatcher<Output>,
               proc: Proc)

Source from the content-addressed store, hash-verified

54{
55
56 pub fn new(recv: mpsc::Receiver<Input>,
57 dispatcher: Dispatcher<Output>,
58 proc: Proc) -> Self
59 {
60 Context {
61 recv,
62 dispatcher,
63 proc,
64 }
65 }
66
67
68 #[inline]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected