MCPcopy Create free account
hub / github.com/Rustixir/darkbird / Session

Class Session

src/darkbird/router.rs:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238
239
240pub struct Session<Msg> {
241 sender: mpsc::Sender<Request<Msg>>
242}
243
244impl<Msg> Session<Msg>
245where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected