MCPcopy Create free account
hub / github.com/SeismicSystems/summit / start

Method start

orchestrator/src/actor.rs:133–149  ·  view source on GitHub ↗
(
        mut self,
        pending: (
            impl Sender<PublicKey = PublicKey>,
            impl Receiver<PublicKey = PublicKey>,
        ),
        recovered: (
            impl Sender<PublicK

Source from the content-addressed store, hash-verified

131 activity_timeout: config.activity_timeout,
132 skip_timeout: config.skip_timeout,
133 _strategy: std::marker::PhantomData,
134 },
135 Mailbox::new(sender),
136 )
137 }
138
139 pub fn start(
140 mut self,
141 pending: (
142 impl Sender<PublicKey = PublicKey>,
143 impl Receiver<PublicKey = PublicKey>,
144 ),
145 recovered: (
146 impl Sender<PublicKey = PublicKey>,
147 impl Receiver<PublicKey = PublicKey>,
148 ),
149 resolver: (
150 impl Sender<PublicKey = PublicKey>,
151 impl Receiver<PublicKey = PublicKey>,
152 ),

Callers 2

runMethod · 0.45
enter_epochMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected