Add debug logs for how long dispatch takes (#81)

I've often found this to be quite useful when debugging why event loops are
stuck or some other bug looks to be in play.
This commit is contained in:
Alex Crichton
2018-01-18 13:00:53 -06:00
committed by GitHub
parent 826e27685c
commit 730228c8cb
2 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ appveyor = { repository = "alexcrichton/tokio" }
[dependencies]
bytes = "0.4"
log = "0.3"
log = "0.4"
mio = "0.6.11"
slab = "0.4"
iovec = "0.1"