use tokio::sync::{mpsc, watch};. use crate::error::Error;. type JobOutput = Result<(), Error>;. type Job = Pin<Box<dyn Future<Output = JobOutput> + Send>>;.
確定! 回上一頁