Skip to content
Snippets Groups Projects
Commit c8869845 authored by Stefan Lankes's avatar Stefan Lankes Committed by Stefan Lankes
Browse files

add some comments

parent 7e72d8e5
No related branches found
No related tags found
No related merge requests found
......@@ -341,6 +341,7 @@ impl PriorityTaskQueue {
if handle.id == pos.borrow().id {
let task = pos.clone();
// Extract found task from queue and set new priority
{
let mut borrow = task.borrow_mut();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment