@@ -106,14 +106,14 @@ Using the <kbd>↑</kbd> and <kbd>↓</kbd> arrow keys, an individual ta
106
106
Pressing<kbd >enter</kbd > while a task is highlighted displays details about that
107
107
task:
108
108
109
- ![ task details] ( https://raw.githubusercontent.com/tokio-rs/console/main/assets/details2 .png )
109
+ ![ task details] ( https://raw.githubusercontent.com/tokio-rs/console/main/assets/task_details .png )
110
110
111
111
Pressing the <kbd >escape</kbd > key returns to the task list.
112
112
113
113
The <kbd >r</kbd > key switches from the list of tasks to a list of [ resources] ,
114
114
such as synchronization primitives, I/O resources, et cetera:
115
115
116
- ![ resource list] ( https://raw.githubusercontent.com/tokio-rs/console/main/assets/resources .png )
116
+ ![ resource list] ( https://raw.githubusercontent.com/tokio-rs/console/main/assets/resources_list .png )
117
117
118
118
119
119
Pressing the <kbd >t</kbd > key switches the view back to the task list.
@@ -122,13 +122,13 @@ Like the task list view, the resource list view can be navigated using the
122
122
<kbd >↑ ; </kbd > and <kbd >↓ ; </kbd > arrow keys. Pressing <kbd >enter</kbd >
123
123
while a resource is highlighted displays details about that resource:
124
124
125
- ![ resource details --- oneshot ] ( https://raw.githubusercontent.com/tokio-rs/console/main/assets/resource_details1 .png )
125
+ ![ resource details --- sleep ] ( https://raw.githubusercontent.com/tokio-rs/console/main/assets/resource_details_sleep .png )
126
126
127
127
The resource details view lists the tasks currently waiting on that resource.
128
- This may be a single task, as in the [ ` tokio::sync::oneshot ` ] channel above, or
129
- a large number of tasks, such as this [ ` tokio::sync::Semaphore ` ] :
128
+ This may be a single task, as in the [ ` tokio::time::Sleep ` ] above, or
129
+ a large number of tasks, such as this private ` tokio::sync::batch_semaphore:: Semaphore ` :
130
130
131
- ![ resource details --- semaphore] ( https://raw.githubusercontent.com/tokio-rs/console/main/assets/resource_details2 .png )
131
+ ![ resource details --- semaphore] ( https://raw.githubusercontent.com/tokio-rs/console/main/assets/resource_details_semaphore .png )
132
132
133
133
Like the task details view, pressing the <kbd >escape</kbd > key while viewing a resource's details
134
134
returns to the resource list.
0 commit comments