You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@feuerbach
I have a file chooser widget specifying a directory to watch for, right now I'm forced to keep associated WatchManager inside an IORef, and destroy-and-rebuild it each time user changes directory. This can get uglier when multiple threads are involved.
It would've been quite convenient if
WatchManager
could be reused aftercloseManager
in the same way as http-conduit'sManager
.The text was updated successfully, but these errors were encountered: