1<!--
2Thank you for reporting an issue.
3
4Please fill in as much of the template below as you're able.
5-->
6
7## Version
8
9<!--
10List the versions of all `tokio` crates you are using. The easiest way to get
11this information is using `cargo-tree`.
12
13`cargo install cargo-tree`
14(see install here: https://github.com/sfackler/cargo-tree)
15
16Then:
17
18`cargo tree | grep tokio`
19-->
20
21## Platform
22
23<!---
24Output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
25-->
26
27## Subcrates
28
29<!--
30If known, please specify the affected Tokio sub crates. Otherwise, delete this
31section.
32-->
33
34## Description
35
36<!--
37
38Enter your issue details below this comment.
39
40One way to structure the description:
41
42<short summary of the bug>
43
44I tried this code:
45
46<code sample that causes the bug>
47
48I expected to see this happen: <explanation>
49
50Instead, this happened: <explanation>
51-->
52