Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/tokio_sky
/ Layer1Process
Class
Layer1Process
examples/complex(2 layer).rs:87–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
86
87
struct Layer1Process;
88
#[async_trait]
89
impl Processor<usize, String> for Layer1Process {
90
async fn init(&mut self) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected