scsi_core

Constant ASYNC_SCSI_DISK_STACK_SIZE

Source
pub const ASYNC_SCSI_DISK_STACK_SIZE: usize = _; // 1_592usize
Expand description

The amount of space reserved for an AsyncScsiDisk-returned future

This was chosen by running cargo test --package scsidisk --lib -- --exact --nocapture and looking at the required size that was given in the failure message