use Sender as OneshotSender;
use crate;
/// A handle for a prefetch operation. Fire-and-forget by default; await for completion
/// confirmation. The prefetch proceeds in the background whether or not this is awaited.
/// See [`CompletionHandle`].
pub type PrefetchHandle<E> = ;
/// Commands sent from `PreprocessingStream` to the dispatcher task.