Function mz_timely_util::containers::stack::use_chunked_stack

source ยท
pub fn use_chunked_stack(enable: bool)
Expand description

Runtime switch to select the stack implementation. true to use ChunkedStack, false to select TimelyStack.