Constant tokio::runtime::BOX_FUTURE_THRESHOLD

source ยท
pub(crate) const BOX_FUTURE_THRESHOLD: usize = _; // 2_048usize
Expand description

Boundary value to prevent stack overflow caused by a large-sized Future being placed in the stack.