1 unstable release
0.1.0 | Sep 16, 2022 |
---|
#966 in Asynchronous
48 downloads per month
Used in 4 crates
(2 directly)
2KB
pi_futures
提供BoxFuture,根据条件不同,它能为下面两种类型:
Pin<Box<dyn Future<Output = T> + 'a>>
wasm平台使用该类型, 或可打开feature: local
Pin<Box<dyn Future<Output = T> + Send + 'a>>
不是wasm平台,并且未添加feature:local