chore: bump nightly to nightly-2021-04-25 (#3754)

This commit is contained in:
Taiki Endo
2021-05-05 17:39:17 +02:00
committed by GitHub
parent 6845a93cbf
commit c4b6b130f3
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ struct Shared {
/// Prior to shutdown, we clean up JoinHandles by having each timed-out
/// thread join on the previous timed-out thread. This is not strictly
/// necessary but helps avoid Valgrind false positives, see
/// https://github.com/tokio-rs/tokio/commit/646fbae76535e397ef79dbcaacb945d4c829f666
/// <https://github.com/tokio-rs/tokio/commit/646fbae76535e397ef79dbcaacb945d4c829f666>
/// for more information.
last_exiting_thread: Option<thread::JoinHandle<()>>,
/// This holds the JoinHandles for all running threads; on shutdown, the thread