Skip to content

Commit

Permalink
Watcher
Browse files Browse the repository at this point in the history
- Added TODO where we need to handling the unblocking of all `dequeue()` calls
  • Loading branch information
deavmi committed Nov 26, 2023
1 parent 569b029 commit 6c9df71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/tristanable/manager/watcher.d
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ public class Watcher : Thread
break;
}
}

// TODO: Unblock all `dequeue()`'s here
}

/**
Expand Down

0 comments on commit 6c9df71

Please sign in to comment.