tokio/tests-integration
Carl Lerche a70f7203a4
macros: add pin! macro (#2163)
Used for stack pinning and based on `pin_mut!` from the pin-util crate.

Pinning is used often when working with stream operators and the select!
macro. Given the small size of `pin!` it makes more sense to include a
version than re-export one from a separate crate or require the user to
depend on `pin-util` themselves.
2020-01-23 14:40:43 -08:00
..
2020-01-23 14:40:43 -08:00
2020-01-22 18:59:22 -08:00
2019-10-25 12:50:15 -07:00

Tests that require additional components than just the tokio crate.