Hayden Stainsby · @hds
110 followers · 433 posts · Server hachyderm.io

I recently heard about someone using from a “custom runtime” (not using the `tokio_unstable` flag). I’m not sure if they meant custom 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

Last updated 2 years ago

Hayden Stainsby · @hds
88 followers · 425 posts · Server hachyderm.io

`console-subscriber` 0.1.10 release: github.com/tokio-rs/console/re (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

Last updated 2 years ago

Hayden Stainsby · @hds
88 followers · 424 posts · Server hachyderm.io

`console-subscriber` 0.1.10 release: github.com/tokio-rs/console/re (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

Last updated 2 years ago

Hayden Stainsby · @hds
88 followers · 424 posts · Server hachyderm.io

`tokio-console` 0.1.9 release: github.com/tokio-rs/console/re (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

Last updated 2 years ago

Hayden Stainsby · @hds
87 followers · 422 posts · Server hachyderm.io

`tokio-console` 0.1.9 release: github.com/tokio-rs/console/re (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: docs.rs/tokio-console/latest/t

#tokioconsole #tokio #async #rust #rustlang

Last updated 2 years ago

Hayden Stainsby · @hds
87 followers · 421 posts · Server hachyderm.io

Yesterday we had a new release of the crates. That's `tokio-console` 0.1.9 and `console-subscriber` 0.1.10.

Console is a for !

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

Last updated 2 years ago

Hayden Stainsby · @hds
73 followers · 381 posts · Server hachyderm.io

So yesterday I realised that if you're working on a terminal UI project, you can effectively put screenshots in your commit messages!

github.com/tokio-rs/console/co

I can't beleive it took me this long to think of that!

#rust #tokioconsole

Last updated 2 years ago