Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ yield_now
Method
yield_now
std/src/console/pager.rs:133–135 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
131
#[async_trait(?Send)]
132
impl Yielder for CountingYielder {
133
async fn yield_now(&mut self) {
134
*self.count.borrow_mut() += 1;
135
}
136
}
137
138
#[tokio::test]
Callers
1
print
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected