asynchron:异步阻止操作

时间:2024-05-08 16:09:42
【文件属性】:

文件名称:asynchron:异步阻止操作

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-08 16:09:42

Rust

异步 异步阻止操作。 例子 use asynchron :: {Futurize, Futurized}; use std :: time :: {Duration, Instant}; fn main () { let instant1: Instant = Instant :: now (); let mut task1_approx_dur = Duration :: from_millis ( 400 ); let task1 = Futurize :: task ( move || - > Futurized < Vec> , String > { std :: thread :: sleep (task1_approx_dur); let elapsed_content = format! (


【文件预览】:
asynchron-main
----example()
--------fltk_fetch()
----.github()
--------workflows()
----tests()
--------count.rs(656B)
----LICENSE(11KB)
----src()
--------lib.rs(8KB)
----Cargo.toml(481B)
----.gitignore(19B)
----README.md(3KB)

网友评论