mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-03 00:00:05 +02:00
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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user