MCPcopy Create free account
hub / github.com/NthTensor/Forte / next_batch

Method next_batch

benches/bevy_tasks.rs:9–11  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

7 T: 'a + Send + Sync,
8{
9 fn next_batch(&mut self) -> Option<core::slice::IterMut<'a, T>> {
10 self.0.next().map(|s| s.iter_mut())
11 }
12}
13
14static THREAD_POOL: forte::ThreadPool = forte::ThreadPool::new();

Callers

nothing calls this directly

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected