tokio::runtime

Constant 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.