I recently heard about someone using #tokioConsole from a “custom runtime” (not using the `tokio_unstable` flag). I’m not sure if they meant custom #tokio or a non-tokio custom runtime.
Honestly, either of those happening is pretty cool. I’d love to hear from anyone else doing anything similar too!
#tokioconsole #tokio #rust #rustlang #asyncrust
`console-subscriber` 0.1.10 release: https://github.com/tokio-rs/console/releases/tag/console-subscriber-v0.1.10 (2/2)
Fixes 2
Excessive polling was reported. Specifically the task that spawns a task would get the polling times and counts of the spawned task added to its own. This was incorrect and has now been fixed!
An incorrect clock skew warning in start_poll has been removed. It would trigger when there was no actual clock skew.
#tokioconsole #tokio #async #rust #rustlang
`console-subscriber` 0.1.10 release: https://github.com/tokio-rs/console/releases/tag/console-subscriber-v0.1.10 (1/2)
Fixes 1
Fix the self wake count. Self wakes were previously not being counted.
This also means that the self wake lint will now get triggered (if a task self wakes more than 50% of the time).
#tokioconsole #tokio #async #rust #rustlang
`tokio-console` 0.1.9 release: https://github.com/tokio-rs/console/releases/tag/tokio-console-v0.1.9 (2/2)
Fixes
Removed the confusing minimum histogram count from the poll time and schedule time histograms.
Improve visibility of long file locations in the task and resource detrail views. You now see the end of the file name, including the line and column number. This is probably more useful than the beginning.
#tokioconsole #tokio #async #rust #rustlang
`tokio-console` 0.1.9 release: https://github.com/tokio-rs/console/releases/tag/tokio-console-v0.1.9 (1/2)
Help View
There's a new help view modal on all screens when you press `?`. It only shows the control keys now, but that list of keys has been reorganized and may include features you didn't realize were available.
Improved documentation
The docs.rs page for tokio-console now includes a description of all the columns in each view: https://docs.rs/tokio-console/latest/tokio_console/
#tokioconsole #tokio #async #rust #rustlang
Yesterday we had a new release of the #TokioConsole crates. That's `tokio-console` 0.1.9 and `console-subscriber` 0.1.10.
Console is a #debugger for #async #rust!
There were fewer new features in this release, but plenty of improvements and fixes.
Let's have a look at what's in there!
#tokioconsole #debugger #async #rust #tokio #rustlang
So yesterday I realised that if you're working on a terminal UI project, you can effectively put screenshots in your commit messages!
https://github.com/tokio-rs/console/commit/26175044cca81cb4a8289841a0c3b458f2d287f1
I can't beleive it took me this long to think of that!