Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/tokio_sky
/ init
Method
init
examples/complex(3 layer).rs:82–82 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
80
impl Producer<usize> for Prod {
81
82
async fn init(&mut self) {}
83
async fn terminate(&mut self) {}
84
85
async fn drain(&mut self, _buffer: VecDeque<usize>) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected