use tokio::sync::oneshot; async fn some_computation() -> String { "represents the result of the computation".to_string() } #[tokio::main] async fn main() ...
確定! 回上一頁