Skip to content

Commit

Permalink
Watcher
Browse files Browse the repository at this point in the history
- Added a note about something we ought to fix
  • Loading branch information
deavmi committed Nov 26, 2023
1 parent 815e411 commit 93c7c43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/tristanable/manager/watcher.d
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ public class Watcher : Thread
// ... but will just try shutdown an alreayd shutdown manager
// ... again and try shut our already-closed river stream
// Shutdown and unblock all `dequeue()` calls

// TODO: A problem is user-initiated could cause this to trugger first and then throw
// ... actually with a WATCHER_FAILED - we should maybe use one error
// ... or find a smart way to have the right flow go off - split up calls
// ... more?
this.manager.stop_FailedWatcher();
}

Expand Down

0 comments on commit 93c7c43

Please sign in to comment.