Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
pub struct Router<Msg> {
93
c: usize,
94
channels: Vec<Sender<Msg>>,
95
router_type: RouterType
96
}
97
98
impl<Msg> Router<Msg>
99
where
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected