Skip to main content

batch

Function batch 

Source
pub fn batch<R>(f: impl FnOnce() -> R) -> R
Expand description

Fiber-local batching for coalescing synchronous dispatches within one update tick.