Files
tokio/tests-integration
Carl Lerche 5d0a81fb91 io: fix memory leak during shutdown (#3477)
In some cases, a cycle is created between I/O driver wakers and the I/O
driver resource slab. This patch clears stored wakers when an I/O
resource is dropped, breaking the cycle.

Fixes #3228
2021-01-28 17:49:10 -08:00
..
2020-10-12 14:13:23 -07:00
2019-10-25 12:50:15 -07:00

Tests that require additional components than just the tokio crate.