3 releases (stable)
2.0.0 | Nov 12, 2019 |
---|---|
1.0.0 | Sep 17, 2019 |
0.1.0 | Jul 1, 2019 |
#2017 in Asynchronous
11,825 downloads per month
Used in 7 crates
(4 directly)
21KB
304 lines
async-macros
Macros for async-std.
Installation
$ cargo add async-macros
Safety
This crate uses unsafe
for pin projections.
Contributing
Want to join us? Check out our "Contributing" guide and take a look at some of these issues:
References
- https://github.com/rust-lang-nursery/futures-rs - the
join
+try_join
macros are direct ports of the oldmacro_rules
impls fromfutures-rs
.
License
MIT OR Apache-2.0
Dependencies
~31KB