Skip to main content

with_large_stack

Function with_large_stack 

Source
pub fn with_large_stack<F>(f: F) -> Result<()>
where F: FnOnce() -> Result<()> + Send + 'static,