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

Class Router

src/darkbird/router.rs:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92pub struct Router<Msg> {
93 c: usize,
94 channels: Vec<Sender<Msg>>,
95 router_type: RouterType
96}
97
98impl<Msg> Router<Msg>
99where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected